]> git.sur5r.net Git - cc65/commit
pragma: add minimalist message pragma implementation
authorPascal de Bruijn <pmjdebruijn@pcode.nl>
Tue, 18 Jul 2017 16:12:19 +0000 (18:12 +0200)
committerPascal de Bruijn <pmjdebruijn@pcode.nl>
Wed, 19 Jul 2017 15:58:13 +0000 (17:58 +0200)
commit6e93c1ba7332c55eb2067d7be6d20050912ef27d
tree5a73a417f260cf66095489440ea719868dc6df6a
parent6002e59c286fcb7292f4cf8d2a51828485e5321e
pragma: add minimalist message pragma implementation

for example:

#pragma message ("in a bottle")

results in:

hello.c(207): Note: in a bottle
src/cc65/pragma.c