summaryrefslogtreecommitdiff
path: root/base/gscedata.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gscedata.h')
-rw-r--r--base/gscedata.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/gscedata.h b/base/gscedata.h
index 47c034c08..c01d8aaef 100644
--- a/base/gscedata.h
+++ b/base/gscedata.h
@@ -12,7 +12,6 @@
Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato,
CA 94945, U.S.A., +1(415)492-9861, for further information.
*/
-
/*
* This file contains substantial parts of toolbin/encs2c.ps,
* which generated the remainder of the file mechanically from
@@ -23,13 +22,14 @@
* This source file is maintained manually under source code control,
* however its content should be regenerated by using encs2c.ps
* if changes are required.
+ * You should not manually alter this file! If you regenerate it using
+ * encs2c.ps you must regenerate all 4 files; base/gscedata.[c|h]
+ * and devices/vector/gdevpdtv.[c|h]
*/
#ifndef gscedata_INCLUDED
# define gscedata_INCLUDED
-#include "stdpre.h"
-
#define NUM_LEN_BITS 5
#define N(len,offset) (((offset) << NUM_LEN_BITS) + (len))