Skip to content

Commit

Permalink
libdeng2: Added a shorter macro for DENG2_ESC()
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 8, 2013
1 parent 1a14af3 commit 948cbdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/libdeng2/include/de/libdeng2.h
Expand Up @@ -174,6 +174,7 @@
* with an ASCII Escape character.
*/
#define DENG2_ESC(StringLiteral) "\x1b" StringLiteral
#define _E(StringLiteral) DENG2_ESC(StringLiteral)

/**
* Macro for defining an opaque type in the C wrapper API.
Expand Down

0 comments on commit 948cbdf

Please sign in to comment.