- remove #line numbers inserted by splatprep(1)

- [variadic functions only] update optimization level from 72 to 78
This commit is contained in:
gdr 1997-09-21 06:16:12 +00:00
parent c52fcd3475
commit 6e22587191
18 changed files with 7 additions and 25 deletions

View File

@ -1,4 +1,3 @@
#line 1 ":src:gno:lib:libc:stdio:fflush.c"
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.

View File

@ -1,4 +1,3 @@
#line 1 ":src:gno:lib:libc:stdio:fgets.c"
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.

View File

@ -1,4 +1,3 @@
#line 1 ":src:gno:lib:libc:stdio:findfp.c"
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.

View File

@ -1,4 +1,3 @@
#line 1 ":src:gno:lib:libc:stdio:flags.c"
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.

View File

@ -1,4 +1,3 @@
#line 1 ":src:gno:lib:libc:stdio:fopen.c"
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.

View File

@ -1,4 +1,3 @@
#line 1 ":src:gno:lib:libc:stdio:fprintf.c"
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@ -36,7 +35,7 @@
*/
#ifdef __ORCAC__
#pragma optimize 72
#pragma optimize 78 /* bits 3 and 6, minimum */
#pragma debug 0
segment "libc_stdio";
#endif

View File

@ -1,4 +1,3 @@
#line 1 ":src:gno:lib:libc:stdio:fputc.c"
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.

View File

@ -1,4 +1,3 @@
#line 1 ":src:gno:lib:libc:stdio:fscanf.c"
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@ -36,7 +35,7 @@
*/
#ifdef __ORCAC__
#pragma optimize 72
#pragma optimize 78 /* bits 3 and 6, minimum */
#pragma debug 0
segment "libc_stdio";
#endif

View File

@ -1,4 +1,3 @@
#line 1 ":src:gno:lib:libc:stdio:fwalk.c"
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.

View File

@ -1,4 +1,3 @@
#line 1 ":src:gno:lib:libc:stdio:mktemp.c"
/*
* Copyright (c) 1987, 1993
* The Regents of the University of California. All rights reserved.

View File

@ -1,4 +1,3 @@
#line 1 ":src:gno:lib:libc:stdio:printf.c"
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@ -36,7 +35,7 @@
*/
#ifdef __ORCAC__
#pragma optimize 72
#pragma optimize 78 /* bits 3 and 6, minimum */
#pragma debug 0
segment "libc_stdio";
#endif

View File

@ -1,4 +1,3 @@
#line 1 ":src:gno:lib:libc:stdio:refill.c"
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.

View File

@ -1,4 +1,3 @@
#line 1 ":src:gno:lib:libc:stdio:scanf.c"
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@ -36,7 +35,7 @@
*/
#ifdef __ORCAC__
#pragma optimize 72
#pragma optimize 78 /* bits 3 and 6, minimum */
#pragma debug 0
segment "libc_stdio";
#endif

View File

@ -1,4 +1,3 @@
#line 1 ":src:gno:lib:libc:stdio:snprintf.c"
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@ -36,7 +35,7 @@
*/
#ifdef __ORCAC__
#pragma optimize 72
#pragma optimize 78 /* bits 3 and 6, minimum */
#pragma debug 0
segment "libc_stdio";
#endif

View File

@ -1,4 +1,3 @@
#line 1 ":src:gno:lib:libc:stdio:sprintf.c"
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@ -36,7 +35,7 @@
*/
#ifdef __ORCAC__
#pragma optimize 72
#pragma optimize 78 /* bits 3 and 6, minimum */
#pragma debug 0
segment "libc_stdio";
#endif

View File

@ -1,4 +1,3 @@
#line 1 ":src:gno:lib:libc:stdio:sscanf.c"
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@ -61,7 +60,7 @@ eofread(void *cookie, char *buf, size_t len)
}
#ifdef __ORCAC__
#pragma optimize 72
#pragma optimize 78 /* bits 3 and 6, minimum */
#pragma debug 0
#endif

View File

@ -1,4 +1,3 @@
#line 1 ":src:gno:lib:libc:stdio:stdio.c"
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.

View File

@ -1,4 +1,3 @@
#line 1 ":src:gno:lib:libc:stdio:wbuf.c"
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.