Extracted from Pike v8.0 release 164 as of 2016-02-09.
   

Directive #endif


Directive #endif

#endif

Description

End a block opened with #if, #ifdef, #ifndef, #else, #elseif or #elif.

Example

#ifdef DEBUG do_debug_stuff(); #endif // DEBUG