diff options
author | Henry Stiles <henry.stiles@artifex.com> | 1998-08-22 21:21:36 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 1998-08-22 21:21:36 +0000 |
commit | 2e4f92ba231ce324c47f3c924585cc8c8cff229b (patch) | |
tree | e271d988b100be6fb354b6880cb018c6b5be11bf /gs/src/genarch.c | |
parent | 8ef783ae15b486e9a5ee9c846a21f4f89f925b1e (diff) |
filters out the id string.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@321 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'gs/src/genarch.c')
-rw-r--r-- | gs/src/genarch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/src/genarch.c b/gs/src/genarch.c index 92dfd677d..55f5d439c 100644 --- a/gs/src/genarch.c +++ b/gs/src/genarch.c @@ -16,7 +16,7 @@ all copies. */ -/*$Id$ */ + /* Generate a header file (arch.h) with parameters */ /* reflecting the machine architecture and compiler characteristics. */ |