]> git.sur5r.net Git - cc65/commitdiff
pragma: add minimalist message pragma documentation 462/head
authorPascal de Bruijn <pmjdebruijn@pcode.nl>
Thu, 20 Jul 2017 16:13:39 +0000 (18:13 +0200)
committerPascal de Bruijn <pmjdebruijn@pcode.nl>
Sat, 22 Jul 2017 13:35:24 +0000 (15:35 +0200)
documents 6e93c1ba7332c55eb2067d7be6d20050912ef27d

doc/cc65.sgml

index 3689c0b35e37edfe11500b78add6ca88335b67d3..cd94f50acd8d16c3b080033718f99d13dc856fa4 100644 (file)
@@ -1119,6 +1119,23 @@ parameter with the <tt/#pragma/.
   remembered and output as a whole when translation is finished.
 
 
+<sect1><tt>#pragma message (&lt;message&gt;)</tt><label id="pragma-message"><p>
+
+  This pragma is used to display informational messages at compile-time.
+
+  The message intented to be displayed must be a string literal.
+
+  Example:
+  <tscreen><verb>
+        #pragma message ("in a bottle")
+  </verb></tscreen>
+
+  Results in the compiler outputting the following to stderr:
+  <tscreen><verb>
+        example.c(42): Note: in a bottle
+  </verb></tscreen>
+
+
 <sect1><tt>#pragma optimize ([push,] on|off)</tt><label id="pragma-optimize"><p>
 
   Switch optimization on or off. If the argument is "off", optimization is