~ubuntu-branches/ubuntu/wily/aspectc++/wily

« back to all changes in this revision

Viewing changes to AspectC++/SourceLoc.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-06-15 10:17:02 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090615101702-qsr30iptwbxylmo2
Tags: 1.0pre4~svn.20090615-1
* New upstream release.
* don't ignore errors in the postrm script
* avoid spurious creation of empty dir ./usr/sbin/
* improve short descriptions of libpuma-doc and libpuma-dev
* bump Standards-Version to 3.8.1
* bump debhelper compat level to level 7 (latest in stable)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef __source_loc_h__
20
20
#define __source_loc_h__
21
21
 
 
22
#ifdef ACMODEL
 
23
#include "Elements.h"
 
24
#include "File.h"
 
25
typedef ACM_Source SourceLoc;
 
26
#else
 
27
 
22
28
#include "File.h"
23
29
 
24
30
#include <string>
81
87
  }
82
88
};
83
89
 
 
90
#endif // !ACMODEL
 
91
 
84
92
#endif // __source_loc_h__