Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

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