autodoc.git / modref / ex / cpp_3A_3A / _23pragma.html

version» Context lines:

autodoc.git/modref/ex/cpp_3A_3A/_23pragma.html:91:    if the global symbol <code class='reference unresolved'>__pragma_save_parent__</code>    has been set.</p>   </td></tr>   <tr><td><code><code class='key'>"strict_types"</code></code></td><td><p>Enable warnings for all cases where the compiler    isn't certain that the types are correct.</p>   </td></tr>   <tr><td><code><code class='key'>"disassemble"</code></code></td><td><p>Enable disassembly output for the code being compiled.    Note that this option essentially has a function-level    scope, so enabling it for just a few lines is usually    a noop. This is similar to <code class='reference unresolved'>Debug.assembler_debug()</code> -  level <code class='expr'>3</code>. Note that this <tt>#pragma</tt> is a noop -  if Pike hasn't been compiled <tt>--with-debug</tt>.</p> +  level <code class='expr'>3</code>.</p>   </td></tr>   <tr><td><code><code class='key'>"no_disassemble"</code></code></td><td><p>Disable disassembly output (default).</p>   </td></tr>   </table></dd></dl>       </article>    </div>    </div>    </div>    <footer>