ERR: Fixed syntax errors for picky preprocessors.

This commit is contained in:
Brad King 2002-12-12 10:25:43 -05:00
parent 38b2667de2
commit fe26cf51f5
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#ifdef __GNUC__ #ifdef __GNUC__
THIS_IS_GNU void THIS_IS_GNU();
#endif #endif