summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2013-07-18 12:15:02 +0000
committerJohn van Groningen2013-07-18 12:15:02 +0000
commit066cbc463fb07f772d1de6135ccc5c6cd0f0d0c2 (patch)
tree95236448da0c040f3b5aa5b8970476bd582c0441
parentuse long instead of extern long to define some global variables (diff)
replace +d4 by +r12
-rw-r--r--astartup.sed2
1 files changed, 1 insertions, 1 deletions
diff --git a/astartup.sed b/astartup.sed
index c855a6a..deb0e98 100644
--- a/astartup.sed
+++ b/astartup.sed
@@ -47,7 +47,7 @@ s/([ ,+])d3\]/\1r11]/
s/\[d3([ ,+])/[r11\1/
s/\[d3\]/[r11]/
s/([[ ,+])d3$/\1r11/
-s/([[ ,])d4([] ,+$])/\1r12\2/
+s/([[ ,+])d4([] ,+$])/\1r12\2/
s/([ ,])d5([ ,+$])/\1r13\2/
s/\[d5\]/[r13]/
s/([ ,])d3d([ ,+]|$)/\1r11d\2/