~dexter/parrot-pkg/maverick

« back to all changes in this revision

Viewing changes to compilers/pirc/src/pirlexer.h

  • 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:
1
 
/*
2
 
 * Copyright (C) 2010, Parrot Foundation.
3
 
 * $Id: pirlexer.h 45140 2010-03-24 00:04:00Z petdance $
4
 
 */
5
 
 
6
 
#ifndef PARROT_PIR_PIRLEXER_H_GUARD
7
 
#define PARROT_PIR_PIRLEXER_H_GUARD
8
 
 
9
 
 
10
 
#endif /* PARROT_PIR_PIRLEXER_H_GUARD */
11
 
 
12
 
/*
13
 
 * Local variables:
14
 
 *   c-file-style: "parrot"
15
 
 * End:
16
 
 * vim: expandtab shiftwidth=4:
17
 
 */