beautify/format source code with gnu indent
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9505 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5364d135c7
commit
aa04c4c057
72 changed files with 27038 additions and 28016 deletions
|
|
@ -84,53 +84,53 @@
|
|||
#define WARN_PARSE_REDUNDANT 322
|
||||
#define WARN_PARSE_REC_INHERITANCE 323
|
||||
|
||||
#define WARN_IGNORE_OPERATOR_NEW 350 /* new */
|
||||
#define WARN_IGNORE_OPERATOR_DELETE 351 /* delete */
|
||||
#define WARN_IGNORE_OPERATOR_PLUS 352 /* + */
|
||||
#define WARN_IGNORE_OPERATOR_MINUS 353 /* - */
|
||||
#define WARN_IGNORE_OPERATOR_MUL 354 /* * */
|
||||
#define WARN_IGNORE_OPERATOR_DIV 355 /* / */
|
||||
#define WARN_IGNORE_OPERATOR_MOD 356 /* % */
|
||||
#define WARN_IGNORE_OPERATOR_XOR 357 /* ^ */
|
||||
#define WARN_IGNORE_OPERATOR_AND 358 /* & */
|
||||
#define WARN_IGNORE_OPERATOR_OR 359 /* | */
|
||||
#define WARN_IGNORE_OPERATOR_NOT 360 /* ~ */
|
||||
#define WARN_IGNORE_OPERATOR_LNOT 361 /* ! */
|
||||
#define WARN_IGNORE_OPERATOR_EQ 362 /* = */
|
||||
#define WARN_IGNORE_OPERATOR_LT 363 /* < */
|
||||
#define WARN_IGNORE_OPERATOR_GT 364 /* > */
|
||||
#define WARN_IGNORE_OPERATOR_PLUSEQ 365 /* += */
|
||||
#define WARN_IGNORE_OPERATOR_MINUSEQ 366 /* -= */
|
||||
#define WARN_IGNORE_OPERATOR_MULEQ 367 /* *= */
|
||||
#define WARN_IGNORE_OPERATOR_DIVEQ 368 /* /= */
|
||||
#define WARN_IGNORE_OPERATOR_MODEQ 369 /* %= */
|
||||
#define WARN_IGNORE_OPERATOR_XOREQ 370 /* ^= */
|
||||
#define WARN_IGNORE_OPERATOR_ANDEQ 371 /* &= */
|
||||
#define WARN_IGNORE_OPERATOR_OREQ 372 /* |= */
|
||||
#define WARN_IGNORE_OPERATOR_LSHIFT 373 /* << */
|
||||
#define WARN_IGNORE_OPERATOR_RSHIFT 374 /* >> */
|
||||
#define WARN_IGNORE_OPERATOR_LSHIFTEQ 375 /* <<= */
|
||||
#define WARN_IGNORE_OPERATOR_RSHIFTEQ 376 /* >>= */
|
||||
#define WARN_IGNORE_OPERATOR_EQUALTO 377 /* == */
|
||||
#define WARN_IGNORE_OPERATOR_NOTEQUAL 378 /* != */
|
||||
#define WARN_IGNORE_OPERATOR_LTEQUAL 379 /* <= */
|
||||
#define WARN_IGNORE_OPERATOR_GTEQUAL 380 /* >= */
|
||||
#define WARN_IGNORE_OPERATOR_LAND 381 /* && */
|
||||
#define WARN_IGNORE_OPERATOR_LOR 382 /* || */
|
||||
#define WARN_IGNORE_OPERATOR_PLUSPLUS 383 /* ++ */
|
||||
#define WARN_IGNORE_OPERATOR_MINUSMINUS 384 /* -- */
|
||||
#define WARN_IGNORE_OPERATOR_COMMA 385 /* , */
|
||||
#define WARN_IGNORE_OPERATOR_ARROWSTAR 386 /* ->* */
|
||||
#define WARN_IGNORE_OPERATOR_ARROW 387 /* -> */
|
||||
#define WARN_IGNORE_OPERATOR_CALL 388 /* () */
|
||||
#define WARN_IGNORE_OPERATOR_INDEX 389 /* [] */
|
||||
#define WARN_IGNORE_OPERATOR_UPLUS 390 /* + */
|
||||
#define WARN_IGNORE_OPERATOR_UMINUS 391 /* - */
|
||||
#define WARN_IGNORE_OPERATOR_UMUL 392 /* * */
|
||||
#define WARN_IGNORE_OPERATOR_UAND 393 /* & */
|
||||
#define WARN_IGNORE_OPERATOR_NEWARR 394 /* new [] */
|
||||
#define WARN_IGNORE_OPERATOR_DELARR 395 /* delete [] */
|
||||
#define WARN_IGNORE_OPERATOR_REF 396 /* operator *() */
|
||||
#define WARN_IGNORE_OPERATOR_NEW 350 /* new */
|
||||
#define WARN_IGNORE_OPERATOR_DELETE 351 /* delete */
|
||||
#define WARN_IGNORE_OPERATOR_PLUS 352 /* + */
|
||||
#define WARN_IGNORE_OPERATOR_MINUS 353 /* - */
|
||||
#define WARN_IGNORE_OPERATOR_MUL 354 /* * */
|
||||
#define WARN_IGNORE_OPERATOR_DIV 355 /* / */
|
||||
#define WARN_IGNORE_OPERATOR_MOD 356 /* % */
|
||||
#define WARN_IGNORE_OPERATOR_XOR 357 /* ^ */
|
||||
#define WARN_IGNORE_OPERATOR_AND 358 /* & */
|
||||
#define WARN_IGNORE_OPERATOR_OR 359 /* | */
|
||||
#define WARN_IGNORE_OPERATOR_NOT 360 /* ~ */
|
||||
#define WARN_IGNORE_OPERATOR_LNOT 361 /* ! */
|
||||
#define WARN_IGNORE_OPERATOR_EQ 362 /* = */
|
||||
#define WARN_IGNORE_OPERATOR_LT 363 /* < */
|
||||
#define WARN_IGNORE_OPERATOR_GT 364 /* > */
|
||||
#define WARN_IGNORE_OPERATOR_PLUSEQ 365 /* += */
|
||||
#define WARN_IGNORE_OPERATOR_MINUSEQ 366 /* -= */
|
||||
#define WARN_IGNORE_OPERATOR_MULEQ 367 /* *= */
|
||||
#define WARN_IGNORE_OPERATOR_DIVEQ 368 /* /= */
|
||||
#define WARN_IGNORE_OPERATOR_MODEQ 369 /* %= */
|
||||
#define WARN_IGNORE_OPERATOR_XOREQ 370 /* ^= */
|
||||
#define WARN_IGNORE_OPERATOR_ANDEQ 371 /* &= */
|
||||
#define WARN_IGNORE_OPERATOR_OREQ 372 /* |= */
|
||||
#define WARN_IGNORE_OPERATOR_LSHIFT 373 /* << */
|
||||
#define WARN_IGNORE_OPERATOR_RSHIFT 374 /* >> */
|
||||
#define WARN_IGNORE_OPERATOR_LSHIFTEQ 375 /* <<= */
|
||||
#define WARN_IGNORE_OPERATOR_RSHIFTEQ 376 /* >>= */
|
||||
#define WARN_IGNORE_OPERATOR_EQUALTO 377 /* == */
|
||||
#define WARN_IGNORE_OPERATOR_NOTEQUAL 378 /* != */
|
||||
#define WARN_IGNORE_OPERATOR_LTEQUAL 379 /* <= */
|
||||
#define WARN_IGNORE_OPERATOR_GTEQUAL 380 /* >= */
|
||||
#define WARN_IGNORE_OPERATOR_LAND 381 /* && */
|
||||
#define WARN_IGNORE_OPERATOR_LOR 382 /* || */
|
||||
#define WARN_IGNORE_OPERATOR_PLUSPLUS 383 /* ++ */
|
||||
#define WARN_IGNORE_OPERATOR_MINUSMINUS 384 /* -- */
|
||||
#define WARN_IGNORE_OPERATOR_COMMA 385 /* , */
|
||||
#define WARN_IGNORE_OPERATOR_ARROWSTAR 386 /* ->* */
|
||||
#define WARN_IGNORE_OPERATOR_ARROW 387 /* -> */
|
||||
#define WARN_IGNORE_OPERATOR_CALL 388 /* () */
|
||||
#define WARN_IGNORE_OPERATOR_INDEX 389 /* [] */
|
||||
#define WARN_IGNORE_OPERATOR_UPLUS 390 /* + */
|
||||
#define WARN_IGNORE_OPERATOR_UMINUS 391 /* - */
|
||||
#define WARN_IGNORE_OPERATOR_UMUL 392 /* * */
|
||||
#define WARN_IGNORE_OPERATOR_UAND 393 /* & */
|
||||
#define WARN_IGNORE_OPERATOR_NEWARR 394 /* new [] */
|
||||
#define WARN_IGNORE_OPERATOR_DELARR 395 /* delete [] */
|
||||
#define WARN_IGNORE_OPERATOR_REF 396 /* operator *() */
|
||||
|
||||
/* 394-399 are reserved */
|
||||
|
||||
|
|
@ -157,10 +157,10 @@
|
|||
#define WARN_TYPEMAP_TYPECHECK 467
|
||||
#define WARN_TYPEMAP_THROW 468
|
||||
#define WARN_TYPEMAP_DIRECTORIN_UNDEF 469
|
||||
#define WARN_TYPEMAP_THREAD_UNSAFE 470 /* mostly used in directorout typemaps */
|
||||
#define WARN_TYPEMAP_THREAD_UNSAFE 470 /* mostly used in directorout typemaps */
|
||||
#define WARN_TYPEMAP_DIRECTOROUT_UNDEF 471
|
||||
#define WARN_TYPEMAP_TYPECHECK_UNDEF 472
|
||||
#define WARN_TYPEMAP_DIRECTOROUT_PTR 473
|
||||
#define WARN_TYPEMAP_DIRECTOROUT_PTR 473
|
||||
|
||||
/* -- Fragments -- */
|
||||
#define WARN_FRAGMENT_NOT_FOUND 490
|
||||
|
|
@ -171,7 +171,7 @@
|
|||
#define WARN_LANG_OVERLOAD_CONSTRUCT 502
|
||||
#define WARN_LANG_IDENTIFIER 503
|
||||
#define WARN_LANG_RETURN_TYPE 504
|
||||
#define WARN_LANG_VARARGS 505
|
||||
#define WARN_LANG_VARARGS 505
|
||||
#define WARN_LANG_VARARGS_KEYWORD 506
|
||||
#define WARN_LANG_NATIVE_UNIMPL 507
|
||||
#define WARN_LANG_DEREF_SHADOW 508
|
||||
|
|
@ -254,6 +254,3 @@
|
|||
add an entry here */
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue