diff options
Diffstat (limited to 'cpp/src/icecpp/pcp.h')
-rw-r--r-- | cpp/src/icecpp/pcp.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cpp/src/icecpp/pcp.h b/cpp/src/icecpp/pcp.h index 2bced48066b..fabd88dbe7c 100644 --- a/cpp/src/icecpp/pcp.h +++ b/cpp/src/icecpp/pcp.h @@ -24,13 +24,13 @@ Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA typedef struct stringdef STRINGDEF; struct stringdef { - U_CHAR *contents; /* String to include */ - int len; /* Its length */ - int writeflag; /* Whether we write this */ - int lineno; /* Linenumber of source file */ - U_CHAR *filename; /* Name of source file */ - STRINGDEF *chain; /* Global list of strings in natural order */ - int output_mark; /* Where in the output this goes */ + U_CHAR *contents; /* String to include */ + int len; /* Its length */ + int writeflag; /* Whether we write this */ + int lineno; /* Linenumber of source file */ + U_CHAR *filename; /* Name of source file */ + STRINGDEF *chain; /* Global list of strings in natural order */ + int output_mark; /* Where in the output this goes */ }; typedef struct keydef KEYDEF; |