MacOSX can't handle */#include. fixed.
authorkramm <kramm>
Wed, 3 Jul 2002 21:49:32 +0000 (21:49 +0000)
committerkramm <kramm>
Wed, 3 Jul 2002 21:49:32 +0000 (21:49 +0000)
lib/bitio.c
lib/bitio.h

index d7a9060..546db31 100644 (file)
@@ -5,7 +5,8 @@
    
    Copyright (c) 2001 Matthias Kramm <kramm@quiss.org> 
 
-   This file is distributed under the GPL, see file COPYING for details */#include <stdio.h>
+   This file is distributed under the GPL, see file COPYING for details */
+#include <stdio.h>
 
 #include <stdlib.h>
 #include <unistd.h>
index beced62..8e08a65 100644 (file)
@@ -5,7 +5,8 @@
    
    Copyright (c) 2001 Matthias Kramm <kramm@quiss.org> 
 
-   This file is distributed under the GPL, see file COPYING for details */#include <stdio.h>
+   This file is distributed under the GPL, see file COPYING for details */
+#include <stdio.h>
 
 #ifndef __rfxswf_bitio_h__
 #define __rfxswf_bitio_h__