/[gnats]/gnats/gnats/fconfig.y
ViewVC logotype

Diff of /gnats/gnats/fconfig.y

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.36 by andrewg, Thu Oct 24 12:45:09 2002 UTC revision 1.37 by pdm, Mon Jan 13 13:22:10 2003 UTC
# Line 73  databaseInfo   : DATABASEINFOTOK '{' datab Line 73  databaseInfo   : DATABASEINFOTOK '{' datab
73                  }                  }
74                  ;                  ;
75    
76  parseError      : error { badFile = 1; }  parseError      : error { badFile = 1; } ;
77    
78  databaseInfoList: databaseInfoEnt  databaseInfoList: databaseInfoEnt
79                  | databaseInfoList databaseInfoEnt                  | databaseInfoList databaseInfoEnt
# Line 355  prListOpts     : /* Empty */ Line 355  prListOpts     : /* Empty */
355  prListOptList   : MAXPRSTOK INTVAL {  prListOptList   : MAXPRSTOK INTVAL {
356                      currField->maxPrsPerLine = $2;                      currField->maxPrsPerLine = $2;
357                  }                  }
358                    ;
359    
360  enumcontents    : enumItem  enumcontents    : enumItem
361                  | enumcontents enumItem                  | enumcontents enumItem
# Line 641  indexSep       : SEPARATORTOK QSTRING { Line 642  indexSep       : SEPARATORTOK QSTRING {
642    
643  inputDescription: INPUTTOK '{' inputEnt '}'  inputDescription: INPUTTOK '{' inputEnt '}'
644                  | INPUTTOK '{' parseError '}'                  | INPUTTOK '{' parseError '}'
645                    ;
646    
647  inputEnt        : inputFields requiredFields {  inputEnt        : inputFields requiredFields {
648                      setInputTemplate (databaseBeingDefined, $1);                      setInputTemplate (databaseBeingDefined, $1);

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26