Skip to content

Commit

Permalink
Merge pull request #5369 from WalterBright/HIDDEN
Browse files Browse the repository at this point in the history
remove HIDDENPARAM_1ST_ARG and others
  • Loading branch information
yebblies committed Jan 29, 2016
2 parents cfc9a72 + 8176fd7 commit da49435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
10 changes: 0 additions & 10 deletions src/backend/cdef.h
Expand Up @@ -251,19 +251,9 @@ char *strupr(char *);
// C++ Language Features
#define ANGLE_BRACKET_HACK 0 // >> means two template arglist closes

// C Language Features
#define CPP_COMMENT 1 // allow C++ style comments

// C/C++ Language Features
#define IMPLIED_PRAGMA_ONCE 1 // include guards count as #pragma once
#define HIDDENPARAM_1ST_ARG 1
const bool HEADER_LIST = true;
#define PASCAL_STRINGS 0
#define EECONTEXT 1
#define LOCALE 0 // locale support for Unicode conversion
#define OVERLOAD_CV_PARAM 1 // if int foo(int i) and int foo(const int i)
// are different
#define CPP0X 1 // support C++0x features

// Support generating code for 16 bit memory models
#define SIXTEENBIT (SCPP && TARGET_WINDOS)
Expand Down
6 changes: 2 additions & 4 deletions src/backend/token.h
Expand Up @@ -80,7 +80,7 @@ enum TK {
TK_Imaginary,
TKrestrict,

//#if CPP
// CPP
TKbool,
TKcatch,
TKclass,
Expand Down Expand Up @@ -113,9 +113,8 @@ enum TK {
TKwchar_t,
TK_typeinfo,
TK_typemask,
//#endif

#if CPP0X
// CPP0X
TKalignof,
TKchar16_t,
TKchar32_t,
Expand All @@ -125,7 +124,6 @@ enum TK {
TKnullptr,
TKstatic_assert,
TKthread_local,
#endif

TKasm,
TK_inf,
Expand Down

0 comments on commit da49435

Please sign in to comment.