/[m4]/m4/modules/format.c
ViewVC logotype

Diff of /m4/modules/format.c

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

revision 1.14 by gary, Wed Jun 18 16:21:55 2003 UTC revision 1.15 by gary, Wed Jul 23 16:20:50 2003 UTC
# Line 50  Line 50 
50  /* The main formatting function.  Output is placed on the obstack OBS, the  /* The main formatting function.  Output is placed on the obstack OBS, the
51     first argument in ARGV is the formatting string, and the rest is     first argument in ARGV is the formatting string, and the rest is
52     arguments for the string.  */     arguments for the string.  */
53  void format (struct obstack *obs, int argc, m4_symbol_value **argv);  void format (m4_obstack *obs, int argc, m4_symbol_value **argv);
54    
55  void  void
56  format (struct obstack *obs, int argc, m4_symbol_value **argv)  format (m4_obstack *obs, int argc, m4_symbol_value **argv)
57  {  {
58    char *fmt;                    /* format control string */    char *fmt;                    /* format control string */
59    const char *fstart;           /* beginning of current format spec */    const char *fstart;           /* beginning of current format spec */

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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