diff options
author | obrien <obrien@FreeBSD.org> | 2000-10-31 11:36:33 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-10-31 11:36:33 +0000 |
commit | b18bf4b787d5b12f54fa77f76b28fb84f1dff55e (patch) | |
tree | 56c980d1079e1bb91e6647fa64599479f6feac04 /gnu/lib/libg2c | |
parent | fe76c75f16dddf8649fba8352e3ee3d68b8ae8d5 (diff) | |
download | FreeBSD-src-b18bf4b787d5b12f54fa77f76b28fb84f1dff55e.zip FreeBSD-src-b18bf4b787d5b12f54fa77f76b28fb84f1dff55e.tar.gz |
Quiet -Wall.
Diffstat (limited to 'gnu/lib/libg2c')
-rw-r--r-- | gnu/lib/libg2c/MAIN.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/lib/libg2c/MAIN.c b/gnu/lib/libg2c/MAIN.c index 99b7114..9c6f895 100644 --- a/gnu/lib/libg2c/MAIN.c +++ b/gnu/lib/libg2c/MAIN.c @@ -1 +1,4 @@ -MAIN__(){} +/* $FreeBSD$ */ + +int +MAIN__(){ return 0; } |