Mercurial > hg > xemacs-beta
comparison src/sound.c @ 286:57709be46d1b r21-0b41
Import from CVS: tag r21-0b41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:03 +0200 |
parents | c5d627a313b1 |
children | 03446687b7cc |
comparison
equal
deleted
inserted
replaced
285:9a3756523c1b | 286:57709be46d1b |
---|---|
599 This variable only applies to native sound support. | 599 This variable only applies to native sound support. |
600 */ ); | 600 */ ); |
601 Vnative_sound_only_on_console = Qt; | 601 Vnative_sound_only_on_console = Qt; |
602 | 602 |
603 #if defined (HAVE_NATIVE_SOUND) && defined (hp9000s800) | 603 #if defined (HAVE_NATIVE_SOUND) && defined (hp9000s800) |
604 vars_of_hpplay (); | 604 { |
605 #endif | 605 void vars_of_hpplay (void); |
606 } | 606 vars_of_hpplay (); |
607 } | |
608 #endif | |
609 } |