mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-08-10 04:25:08 +00:00
remove #pragmas; depend on Makefile for these settings
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* These routines were written by Devin Reade for GNO 2.0.1.
|
||||
*
|
||||
* $Id: environ.c,v 1.1 1997/02/28 05:12:49 gdr Exp $
|
||||
* $Id: environ.c,v 1.2 1997/09/21 06:21:07 gdr Exp $
|
||||
*
|
||||
* This file is formatted with tab stops every 3 columns.
|
||||
*/
|
||||
@@ -11,9 +11,6 @@ segment "libc_stdlb";
|
||||
#endif
|
||||
|
||||
#pragma databank 1
|
||||
#pragma optimize 0
|
||||
#pragma debug 0
|
||||
#pragma memorymodel 0
|
||||
|
||||
#include <stddef.h>
|
||||
#include <types.h>
|
||||
|
@@ -34,17 +34,13 @@
|
||||
/*
|
||||
* This file is formatted for tab stops every 8 characters.
|
||||
*
|
||||
* $Id: getopt.c,v 1.1 1997/02/28 05:12:49 gdr Exp $
|
||||
* $Id: getopt.c,v 1.2 1997/09/21 06:21:07 gdr Exp $
|
||||
*/
|
||||
|
||||
#ifdef __ORCAC__
|
||||
segment "libc_stdlb";
|
||||
#endif
|
||||
|
||||
#pragma optimize 0
|
||||
#pragma debug 0
|
||||
#pragma memorymodel 0
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
static char sccsid[] = "@(#)getopt.c 8.2 (Berkeley) 4/2/94";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
@@ -34,17 +34,13 @@
|
||||
/*
|
||||
* This file is formatted for tab stops every 8 characters.
|
||||
*
|
||||
* $Id: getsubopt.c,v 1.1 1997/02/28 05:12:50 gdr Exp $
|
||||
* $Id: getsubopt.c,v 1.2 1997/09/21 06:21:07 gdr Exp $
|
||||
*/
|
||||
|
||||
#ifdef __ORCAC__
|
||||
segment "libc_stdlb";
|
||||
#endif
|
||||
|
||||
#pragma optimize 0
|
||||
#pragma debug 0
|
||||
#pragma memorymodel 0
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
static char sccsid[] = "@(#)getsubopt.c 8.1 (Berkeley) 6/4/93";
|
||||
#endif /* not lint */
|
||||
|
Reference in New Issue
Block a user