View Issue Details

IDProjectCategoryView StatusLast Update
0000484LDMud 3.3LPC Compiler/Preprocessorpublic2007-10-06 22:32
Reporterlynx Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version3.3.713 
Summary0000484: if __VERSION_MICRO__ > 711 illegal
Descriptioncode that makes version checks in #if breaks with
the error message

illegal unary operator in #if
Additional Informationsomething like this will no longer work

# if __VERSION_MICRO__ > 711
    extra = tls_check_certificate(who, 1);
# else
    extra = tls_check_certificate(who);
# endif

the problem was recently introduced after 712
TagsNo tags attached.

Activities

Gnomi

2006-09-10 12:44

manager   ~0000515

These preprocessor statements work for me (3.3.714).

lynx

2007-05-04 14:33

reporter   ~0000535

Fixed, apparently. Please delete this. :)

Issue History

Date Modified Username Field Change
2006-09-07 06:12 lynx New Issue
2006-09-10 12:44 Gnomi Note Added: 0000515
2007-05-04 14:33 lynx Note Added: 0000535
2007-10-06 22:32 lars Status new => closed
2007-10-06 22:32 lars Resolution open => no change required