about summary refs log tree commit diff
path: root/editor/pnmalias.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pnmalias.c')
-rw-r--r--editor/pnmalias.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/editor/pnmalias.c b/editor/pnmalias.c
index 51a71312..e2dedb91 100644
--- a/editor/pnmalias.c
+++ b/editor/pnmalias.c
@@ -19,10 +19,10 @@ main(int argc, char * argv[] ) {
     xel* xelrow[3];
     xel* newxelrow;
     pixel bgcolorppm, fgcolorppm;
-    register xel* xpP;
-    register xel* xP;
-    register xel* xnP;
-    register xel* nxP;
+    xel* xpP;
+    xel* xP;
+    xel* xnP;
+    xel* nxP;
     xel bgcolor, fgcolor;
     int argn, rows, cols, format, newformat, bgonly, fgonly;
     int bgalias, fgalias;