summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorwl <wl>2009-01-04 07:50:54 +0000
committerwl <wl>2009-01-04 07:50:54 +0000
commitf88ba5beb79e77ce32fe016dc468bfaa0ba726de (patch)
treec6b3a941924abc34e7bf9aa15ed5468d752a453f /src
parent1e73ab2cc677c7c4c547d8c2ab56e604e6fcb829 (diff)
downloadgroff-f88ba5beb79e77ce32fe016dc468bfaa0ba726de.tar.gz
* src/roff/troff/TODO: Mention local variables.
Diffstat (limited to 'src')
-rw-r--r--src/roff/troff/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/roff/troff/TODO b/src/roff/troff/TODO
index 5151cccb..bc4c8293 100644
--- a/src/roff/troff/TODO
+++ b/src/roff/troff/TODO
@@ -122,3 +122,5 @@ More thorough range checking.
Provide syntax for octal and hexadecimal numeric constants. Perhaps
o#100 and x#7f as per Scheme. Or perhaps PostScript 16#7f. Ambiguity
between whether `c' is treated as digit or scaling indicator.
+
+Local variables.