Skip to content

Commit 4008ec5

Browse files
committed
Document the new #pragma names.
1 parent ba263d1 commit 4008ec5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/cc65.sgml

+6
Original file line numberDiff line numberDiff line change
@@ -1273,6 +1273,12 @@ If the first parameter is <tt/push/, the old value is saved onto a stack
12731273
before changing it. The value may later be restored by using the <tt/pop/
12741274
parameter with the <tt/#pragma/.
12751275

1276+
For all pragma names that contain hyphens, the same name using underlines
1277+
instead of the hyphens is available as an alternative. While the former
1278+
resembles the corresponding command line option and is more orthogonal, the
1279+
latter may be more compatible with external tools that rewrite the token
1280+
sequences of the input.
1281+
12761282

12771283
<sect1><tt>#pragma allow-eager-inline ([push,] on|off)</tt><label id="pragma-allow-eager-inline"><p>
12781284

0 commit comments

Comments
 (0)