codea: less
[uebersetzerbau-ss10.git] / codea / chelper.c
index 1014a7184fe710fbeeac0a4c3febbe4ca327ab71..bbbb3617fbd2756b10d53985cf3d7830aad8b6f6 100644 (file)
@@ -45,7 +45,7 @@ char *next_reg(char *s, short skip, int params)
 
        int i=0;
        if (s != (char*) NULL) {
-               while(i < 9) {
+               while(i < REGLEN) {
                        if(!strcmp(s, regs[i++])) {
                                break;
                        }