Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb5448 commit ff18df0Copy full SHA for ff18df0
1 file changed
Include/pgenheaders.h
@@ -28,17 +28,12 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
28
29
******************************************************************/
30
31
-/* Include files and extern declarations used by most of the parser.
32
- This is a precompiled header for THINK C. */
+/* Include files and extern declarations used by most of the parser. */
33
34
#ifdef HAVE_CONFIG_H
35
#include "config.h"
36
#endif
37
38
-#ifdef THINK_C
39
-#define macintosh
40
-#endif
41
-
42
#include <stdio.h>
43
#include <string.h>
44
0 commit comments