~ubuntu-branches/ubuntu/utopic/aspectc++/utopic

« back to all changes in this revision

Viewing changes to Puma/gen-release/step2/src/PrePrintVisitor.cc

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-05-30 10:01:33 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20120530100133-rnwnvxsb3xfsvu2w
Tags: 1:1.1+svn20120529-1
* New upstream snapshot.
  - Fixes with fcntl handling on kFreeBSD
  - Upstream fixes in the Puma Parser

Show diffs side-by-side

added added

removed removed

Lines of Context:
4478
4478
  typedef TTarget Target;
4479
4479
  enum { ARGS = TArgs::ARGS };
4480
4480
  template <int I> struct Arg : AC::Arg<TArgs, I> {};
4481
 
  static const int JPID = 5714;
 
4481
  static const int JPID = 10414;
4482
4482
  static const AC::JPType JPTYPE = (AC::JPType)16;
4483
4483
  struct Res {
4484
4484
    typedef void Type;
4519
4519
  typedef TTarget Target;
4520
4520
  enum { ARGS = TArgs::ARGS };
4521
4521
  template <int I> struct Arg : AC::Arg<TArgs, I> {};
4522
 
  static const int JPID = 5690;
 
4522
  static const int JPID = 10390;
4523
4523
  static const AC::JPType JPTYPE = (AC::JPType)16;
4524
4524
  struct Res {
4525
4525
    typedef void Type;