~ubuntu-branches/ubuntu/breezy/ace/breezy

« back to all changes in this revision

Viewing changes to TAO/orbsvcs/orbsvcs/ETCL/ETCL_y.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad, Benjamin Montgomery, Adam Conrad
  • Date: 2005-09-18 22:51:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge) (0.1.2 woody)
  • Revision ID: james.westby@ubuntu.com-20050918225138-seav22q6fyylb536
Tags: 5.4.7-3ubuntu1
[ Benjamin Montgomery ]
* Added a patch for amd64 and powerpc that disables the compiler
  option -fvisibility-inlines-hidden

[ Adam Conrad ]
* Added DPATCH_OPTION_CPP=1 to debian/patches/00options to make
  Benjamin's above changes work correctly with dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// ETCL_y.h,v 1.3 2002/01/14 19:52:28 parsons Exp
2
 
#define TAO_ETCL_GT     257
3
 
#define TAO_ETCL_GE     258
4
 
#define TAO_ETCL_LT     259
5
 
#define TAO_ETCL_LE     260
6
 
#define TAO_ETCL_EQ     261
7
 
#define TAO_ETCL_NE     262
8
 
#define TAO_ETCL_EXIST  263
9
 
#define TAO_ETCL_DEFAULT        264
10
 
#define TAO_ETCL_AND    265
11
 
#define TAO_ETCL_OR     266
12
 
#define TAO_ETCL_NOT    267
13
 
#define TAO_ETCL_IN     268
14
 
#define TAO_ETCL_TWIDDLE        269
15
 
#define TAO_ETCL_BOOLEAN        270
16
 
#define TAO_ETCL_PLUS   271
17
 
#define TAO_ETCL_MINUS  272
18
 
#define TAO_ETCL_MULT   273
19
 
#define TAO_ETCL_DIV    274
20
 
#define TAO_ETCL_UMINUS 275
21
 
#define TAO_ETCL_INTEGER        276
22
 
#define TAO_ETCL_FLOAT  277
23
 
#define TAO_ETCL_STRING 278
24
 
#define TAO_ETCL_RPAREN 279
25
 
#define TAO_ETCL_LPAREN 280
26
 
#define TAO_ETCL_RBRA   281
27
 
#define TAO_ETCL_LBRA   282
28
 
#define TAO_ETCL_IDENT  283
29
 
#define TAO_ETCL_UNSIGNED       284
30
 
#define TAO_ETCL_SIGNED 285
31
 
#define TAO_ETCL_DOUBLE 286
32
 
#define TAO_ETCL_CONSTRAINT     287
33
 
#define TAO_ETCL_COMPONENT      288
34
 
#define TAO_ETCL_WITH   289
35
 
#define TAO_ETCL_MAX    290
36
 
#define TAO_ETCL_MIN    291
37
 
#define TAO_ETCL_FIRST  292
38
 
#define TAO_ETCL_RANDOM 293
39
 
#define TAO_ETCL_DOLLAR 294
40
 
#define TAO_ETCL_DOT    295
41
 
#define TAO_ETCL_DISCRIMINANT   296
42
 
#define TAO_ETCL_LENGTH 297
43
 
#define TAO_ETCL_TYPE_ID        298
44
 
#define TAO_ETCL_REPOS_ID       299
45