semantics.h

changeset 131
4b8c80d77f76
parent 125
e2ef1c2f9eca
child 134
313aba417199
     1.1 --- a/semantics.h	Fri Mar 14 07:08:52 2003 +0000
     1.2 +++ b/semantics.h	Fri Mar 14 08:24:37 2003 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4   * tumble: build a PDF file from image files
     1.5   *
     1.6   * Semantic routines for spec file parser
     1.7 - * $Id: semantics.h,v 1.13 2003/03/13 00:57:05 eric Exp $
     1.8 + * $Id: semantics.h,v 1.14 2003/03/14 00:24:37 eric Exp $
     1.9   * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com>
    1.10   *
    1.11   * This program is free software; you can redistribute it and/or modify
    1.12 @@ -46,6 +46,10 @@
    1.13  {
    1.14    char *prefix;
    1.15    char style;
    1.16 +  /* the following fields are not filled by the parser: */
    1.17 +  int page_index;
    1.18 +  int base;
    1.19 +  int count;
    1.20  } page_label_t;
    1.21  
    1.22