remove PASCAL undef

This commit is contained in:
Andrew Tonner 2017-01-18 14:44:33 -08:00
parent daac4f58ec
commit 0ffa196f29

View File

@ -34,10 +34,6 @@
#error "You don't have ANSI C header files." #error "You don't have ANSI C header files."
#endif #endif
#ifndef PASCAL
#define PASCAL
#endif
#include <assert.h> #include <assert.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>