~ubuntu-branches/ubuntu/jaunty/aspectc++/jaunty

« back to all changes in this revision

Viewing changes to Puma/gen-release/step1/src/PreprocessorParser.cc

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-07-07 14:41:02 UTC
  • mfrom: (1.1.3 upstream) (6.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080707144102-lzml7t07f3sl00r5
Tags: 1.0pre4~svn.20080711-1
* new upstream snapshot.
* include all upstream documentation. Clarifying emails regarding
  licensing has been included into debian/copyright.
* reformat description following recomendations of
  http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Description
  (Closes: #480316)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#include <list>
37
37
#include <string>
38
38
#include <string.h>
 
39
 
39
40
using namespace std;
40
41
 
41
42
namespace Puma {
135
136
    } 
136
137
  }
137
138
 
 
139
  // C99 _Pragma operator, same as #pragma
 
140
  undefMacro ("_Pragma");
 
141
  defMacro ("_Pragma(x)", " ", PreMacro::LOCK_MACRO);
 
142
 
138
143
  if (process_includes) {
139
144
    CUnit *forced_includes = new CUnit (*parserState ()->err);
140
145
    forced_includes->name ("<forced-includes>");