bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] (gnubg-020913) sound.c line 130: # elif vs. # else


From: Martin Schrode
Subject: [Bug-gnubg] (gnubg-020913) sound.c line 130: # elif vs. # else
Date: Tue, 17 Sep 2002 22:58:52 +0200

Hi,

when messing with ESP and ARTSC, I found the following error:

File 'sound.c' line 130 contains # elif but no condition. Should
probably be # else.

sound.c

128   #  elif defined (WIN32)
129   soundsystem ssSoundSystem = SOUND_SYSTEM_WINDOWS;
130   #  elif
131   soundsystem ssSoundSystem = SOUND_SYSTEM_NORMAL;
132   #  endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]