~dexter/parrot-pkg/maverick

« back to all changes in this revision

Viewing changes to compilers/imcc/parser_util.c

  • Committer: Piotr Roszatycki
  • Date: 2011-01-11 14:34:28 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: piotr.roszatycki@gmail.com-20110111143428-s7pa7qz38m61o4tw
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 *
9
9
 * parser support functions
10
10
 *
11
 
 * $Id: parser_util.c 49126 2010-09-18 03:03:26Z plobsing $
12
11
 *
13
12
 */
14
13
 
1220
1219
 * Local variables:
1221
1220
 *   c-file-style: "parrot"
1222
1221
 * End:
1223
 
 * vim: expandtab shiftwidth=4:
 
1222
 * vim: expandtab shiftwidth=4 cinoptions='\:2=2' :
1224
1223
 */