diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-10 02:46:01 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-10 02:46:01 +0000 |
commit | a361afdafe8b37330c5b031706e2dfc480700962 (patch) | |
tree | 7a33f737df2acea5ba1d5dbcc98635925cf61087 /gnu/usr.bin | |
parent | 4d8198d74c4130fe8170db7d51dc0674790e0336 (diff) | |
download | FreeBSD-src-a361afdafe8b37330c5b031706e2dfc480700962.zip FreeBSD-src-a361afdafe8b37330c5b031706e2dfc480700962.tar.gz |
Gcc 3.1 now offers both a C99 and a K&R traditional C preprocessor.
This is the ISO C99 one.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/cc/cpp0/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cpp0/Makefile b/gnu/usr.bin/cc/cpp0/Makefile new file mode 100644 index 0000000..e8c0da7 --- /dev/null +++ b/gnu/usr.bin/cc/cpp0/Makefile @@ -0,0 +1 @@ +# $FreeBSD$ |