Header --> Id
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
/* Author: E.G. Keizer */
|
||||
|
||||
char rcs_id[] = "$Header$" ;
|
||||
char rcs_id[] = "$Id$" ;
|
||||
|
||||
main() {
|
||||
t1() ;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
/* Author: E.G. Keizer */
|
||||
|
||||
char rcs_id[] = "$Header$" ;
|
||||
char rcs_id[] = "$Id$" ;
|
||||
|
||||
/* Test a few declaration features */
|
||||
/* Such as:
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
/* Author: E.G. Keizer */
|
||||
|
||||
char rcs_id[] = "$Header$" ;
|
||||
char rcs_id[] = "$Id$" ;
|
||||
|
||||
main() {
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
/* Author: E.G. Keizer */
|
||||
|
||||
char rcs_id[] = "$Header$" ;
|
||||
char rcs_id[] = "$Id$" ;
|
||||
|
||||
/* This programs is a collection of derived from small tests develloped
|
||||
for specific bugs/features in the C->EM compiler
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
char rcs_id[] = "$Header$" ;
|
||||
char rcs_id[] = "$Id$" ;
|
||||
|
||||
/* C-compiler test 1 */
|
||||
/* This program can be used to test C-compilers */
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
char rcs_id[] = "$Header$" ;
|
||||
char rcs_id[] = "$Id$" ;
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
char rcs_id[] = "$Header$" ;
|
||||
char rcs_id[] = "$Id$" ;
|
||||
|
||||
/* This program can be used to test C-compilers */
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
char rcs_id[] = "$Header$" ;
|
||||
char rcs_id[] = "$Id$" ;
|
||||
|
||||
/* This program can be used to test C-compilers */
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
char rcs_id[] = "$Header$" ;
|
||||
char rcs_id[] = "$Id$" ;
|
||||
|
||||
main() {
|
||||
none() ;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
/* Author: E.G. Keizer */
|
||||
|
||||
char rcs_id[] = "$Header$" ;
|
||||
char rcs_id[] = "$Id$" ;
|
||||
|
||||
/* Test initialisation of a V7 C-compiler */
|
||||
/* 1 sept 1980 */
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
char rcs_id[] = "$Header$" ;
|
||||
char rcs_id[] = "$Id$" ;
|
||||
|
||||
main(argc,argv,envp) char **argv,**envp ; {
|
||||
register int rargc ;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
char rcs_id[] = "$Header$" ;
|
||||
char rcs_id[] = "$Id$" ;
|
||||
|
||||
static int level = 0 ;
|
||||
int procentry(name) char *name ; {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
char rcs_id2[] = "$Header$" ;
|
||||
char rcs_id2[] = "$Id$" ;
|
||||
|
||||
/* Author: E.G. Keizer */
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
/* Author: E.G. Keizer */
|
||||
static char rcs_id[]= "$Header$" ;
|
||||
static char rcs_id[]= "$Id$" ;
|
||||
|
||||
/* test for structure parameters, assignment and return */
|
||||
# define ASIZE 26
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
#include <signal.h>
|
||||
|
||||
char rcs_id[] = "$Header$" ;
|
||||
char rcs_id[] = "$Id$" ;
|
||||
|
||||
foo()
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
*/
|
||||
char rcs_id[] = "$Header$" ;
|
||||
char rcs_id[] = "$Id$" ;
|
||||
|
||||
main(argc,argv) char **argv ; {
|
||||
int child, waitchild ;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* $Header$ */
|
||||
/* $Id$ */
|
||||
/*
|
||||
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
||||
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||
|
||||
Reference in New Issue
Block a user