Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/dash/parser.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 814 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 41  Line 41 
41  #define CTLENDVAR -125  #define CTLENDVAR -125
42  #define CTLBACKQ -124  #define CTLBACKQ -124
43  #define CTLQUOTE 01 /* ored with CTLBACKQ code if in quotes */  #define CTLQUOTE 01 /* ored with CTLBACKQ code if in quotes */
44  /* CTLBACKQ | CTLQUOTE == 133 */  /* CTLBACKQ | CTLQUOTE == -123 */
45  #define CTLARI -122 /* arithmetic expression */  #define CTLARI -122 /* arithmetic expression */
46  #define CTLENDARI -121  #define CTLENDARI -121
47  #define CTLQUOTEMARK -120  #define CTLQUOTEMARK -120

Legend:
Removed from v.814  
changed lines
  Added in v.815