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

Method _Pragma()


Method _Pragma

void _Pragma(string directive)

Description

This macro inserts the corresponding #pragma directive in the source.

e.g. _Pragma("strict_types") is the same as #pragma strict_types .

See also

#pragma