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

« back to all changes in this revision

Viewing changes to Puma/gen-release/step2/inc/Puma/CScanner.h

  • 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:
459
459
  typedef TTarget Target;
460
460
  enum { ARGS = TArgs::ARGS };
461
461
  template <int I> struct Arg : AC::Arg<TArgs, I> {};
462
 
  static const int JPID = 6166;
 
462
  static const int JPID = 10832;
463
463
  static const AC::JPType JPTYPE = (AC::JPType)16;
464
464
  struct Res {
465
465
    typedef void Type;
548
548
  typedef TTarget Target;
549
549
  enum { ARGS = TArgs::ARGS };
550
550
  template <int I> struct Arg : AC::Arg<TArgs, I> {};
551
 
  static const int JPID = 6199;
 
551
  static const int JPID = 10865;
552
552
  static const AC::JPType JPTYPE = (AC::JPType)16;
553
553
  struct Res {
554
554
    typedef void Type;