Extracted from Pike v8.0 release 276 as of 2016-07-30.
   

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