]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/cwy_tab.c
chmod is not available in VisualAge
[wxWidgets.git] / src / common / cwy_tab.c
index 050f96167f6491b874f29c113d83456e51104297..1ad5970dd71b1b362e82d6c7568312fb7ffe73b1 100644 (file)
@@ -22,6 +22,10 @@ int yylex(void);
 int yylook(void);
 int yywrap(void);
 int yyback(int *, int);
+#ifdef __WXMAC__
+int read( int , char * , int ) ;
+int fileno( void* ) ;
+#endif
 
 /* You may need to put /DLEX_SCANNER in your makefile
  * if you're using LEX!