remove #pragmas; depend on Makefile for these settings

This commit is contained in:
gdr 1997-09-21 06:21:07 +00:00
parent a5c0ecf161
commit e9b7d50bfc
3 changed files with 3 additions and 14 deletions

View File

@ -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>

View File

@ -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 */

View File

@ -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 */