/[bison]/bison/data/c.m4
ViewVC logotype

Diff of /bison/data/c.m4

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

revision 1.10 by eggert, Sun Oct 20 05:23:11 2002 UTC revision 1.11 by akim, Sun Oct 20 11:17:20 2002 UTC
# Line 20  m4_divert(-1) Line 20  m4_divert(-1)
20    
21    
22  ## ----------- ##  ## ----------- ##
23  ## Copuright.  ##  ## Copyright.  ##
24  ## ----------- ##  ## ----------- ##
25    
26  # b4_copyright(TITLE, YEARS)  # b4_copyright(TITLE, YEARS)
# Line 195  m4_define([b4_c_knr_arg_decls], Line 195  m4_define([b4_c_knr_arg_decls],
195    
196  m4_define([b4_c_knr_arg_decl],  m4_define([b4_c_knr_arg_decl],
197  [    $1 $2;])  [    $1 $2;])
198    
199    
200    
201    ## ------------------ ##
202    ## Decoding options.  ##
203    ## ------------------ ##
204    
205    
206    # b4_location_if(IF-TRUE, IF-FALSE)
207    # ---------------------------------
208    # Expand IF-TRUE, if locations are used, IF-FALSE otherwise.
209    m4_define([b4_location_if],
210    [m4_if(b4_locations_flag, [1],
211           [$1],
212           [$2])])
213    
214    
215    # b4_pure_if(IF-TRUE, IF-FALSE)
216    # -----------------------------
217    # Expand IF-TRUE, if %pure-parser, IF-FALSE otherwise.
218    m4_define([b4_pure_if],
219    [m4_if(b4_pure, [1],
220           [$1],
221           [$2])])

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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