we don't have no fortify.h

SVN revision: 14176
This commit is contained in:
tsauerbeck 2005-04-13 19:22:58 +00:00 committed by tsauerbeck
parent ba98ad2841
commit b8d6ef0f60
3 changed files with 3 additions and 9 deletions

View File

@ -24,9 +24,7 @@
#include <stdio.h>
#include <stdlib.h> /* for _MAX_PATH */
#include <string.h>
#if defined FORTIFY
#include "fortify.h"
#endif
#include "embryo_cc_sc.h"
static int skim(int *opstr, void (*testfunc) (int), int dropval,

View File

@ -25,9 +25,7 @@
#include <stdio.h>
#include <stdlib.h> /* for _MAX_PATH */
#include <string.h>
#if defined FORTIFY
#include "fortify.h"
#endif
#include "embryo_cc_sc.h"
/* When a subroutine returns to address 0, the AMX must halt. In earlier

View File

@ -42,9 +42,7 @@
#include <stdlib.h> /* for atoi() */
#include <string.h>
#include <ctype.h>
#if defined FORTIFY
#include "fortify.h"
#endif
#include "embryo_cc_sc.h"
#if defined _MSC_VER