gram-only.diff

text/plain

Filename: gram-only.diff
Type: text/plain
Part: 0
Message: Re: GRAM.Y help..............

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: context
File+
gram.y 1 1
*** gram.y.orig	Tue Jun  6 20:32:27 2000
--- gram.y	Tue Jun  6 20:38:14 2000
***************
*** 5446,5452 ****
  		| NOTIFY						{ $$ = "notify"; }
  		| OF							{ $$ = "of"; }
  		| OIDS							{ $$ = "oids"; }
- 		| ONLY							{ $$ = "only"; }
  		| OPERATOR						{ $$ = "operator"; }
  		| OPTION						{ $$ = "option"; }
  		| PARTIAL						{ $$ = "partial"; }
--- 5446,5451 ----
***************
*** 5584,5589 ****
--- 5583,5589 ----
  		| NUMERIC						{ $$ = "numeric"; }
  		| OFFSET						{ $$ = "offset"; }
  		| ON							{ $$ = "on"; }
+ 		| ONLY							{ $$ = "only"; }
  		| OR							{ $$ = "or"; }
  		| ORDER							{ $$ = "order"; }
  		| OUTER_P						{ $$ = "outer"; }