8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00

Code cleanup of obsolete NeXT port

This commit is contained in:
seanleyne 2002-02-16 03:37:45 +00:00
parent c8068aa20a
commit 04e8f48a17
4 changed files with 7 additions and 8 deletions

View File

@ -4,6 +4,7 @@
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "DELTA" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "IMP" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NCR3000" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NeXT" port
*/
#ifndef AUTOCONFIG_H
@ -63,7 +64,6 @@
#undef apollo
#undef sun
#undef SOLARIS
#undef NeXT
#undef hpux
#undef ultrix
#undef PC_PLATFORM

View File

@ -4,6 +4,7 @@
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "DELTA" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "IMP" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NCR3000" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NeXT" port
*/
#ifndef AUTOCONFIG_H
@ -54,7 +55,6 @@
#undef apollo
#undef sun
#undef SOLARIS
#undef NeXT
#undef hpux
#undef ultrix
#undef PC_PLATFORM

View File

@ -4,6 +4,7 @@
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "DELTA" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "IMP" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NCR3000" port
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NeXT" port
*/
#ifndef AUTOCONFIG_H
@ -44,7 +45,6 @@
#undef apollo
#undef sun
#undef SOLARIS
#undef NeXT
#undef hpux
#undef ultrix
#undef PC_PLATFORM

View File

@ -15,6 +15,9 @@
*
* All Rights Reserved.
* Contributor(s): ______________________________________.
*
* 2002.02.15 Sean Leyne - Code Cleanup, removed obsolete "NeXT" port
*
*/
#include <stdio.h>
@ -27,11 +30,7 @@
#else
#define FLAGS_OPT "-O"
#endif
#ifdef NeXT
#define FLAGS_DEBUG " "
#else
#define FLAGS_DEBUG "-g"
#endif
main (argc, argv)
int argc;
@ -124,4 +123,4 @@ usage ()
fprintf (stderr, "Usage: special_opt [YES] compile_line");
fprintf (stderr, " [NO ]");
}
}