~ubuntu-branches/ubuntu/precise/amule-adunanza/precise

« back to all changes in this revision

Viewing changes to src/webserver/src/php_parser.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-02-18 21:16:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100218211623-gptwe60zx1knfkmu
Tags: 2010.1+2.2.6-0ubuntu1
* New upstream release (LP: #524697)
  - Drop manpages_spelling_fixes.diff fixed by upstream
  - Drop cryptopp-reference.diff fixed by upstream
  - Bump Standards-Version no changes required
  - Update install files (amule -> amuleadunanza)
  - debian/rules: amule.xpm -> amuleadunanza.xpm
  - Add README.Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
     STRING = 260,
35
35
     IDENT = 261,
36
36
     VARIABLE = 262,
37
 
     ECHO = 263,
 
37
     T_ECHO = 263,
38
38
     EXIT = 264,
39
39
     IF = 265,
40
40
     DO = 266,
124
124
#define STRING 260
125
125
#define IDENT 261
126
126
#define VARIABLE 262
127
 
#define ECHO 263
 
127
#define T_ECHO 263
128
128
#define EXIT 264
129
129
#define IF 265
130
130
#define DO 266