The R Project SVN R

Rev

Rev 68947 | Rev 78742 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68947 Rev 72446
Line 1261... Line 1261...
1261
 
1261
 
1262
    return NullBBox();		/* -Wall */
1262
    return NullBBox();		/* -Wall */
1263
}
1263
}
1264
 
1264
 
1265
static SymTab BinTable[] = {
1265
static SymTab BinTable[] = {
-
 
1266
    { "!",               041 },
1266
    { "*",		 052 },	/* Binary Operators */
1267
    { "*",		 052 },	/* Binary Operators */
1267
    { "+",		 053 },
1268
    { "+",		 053 },
1268
    { "-",		 055 },
1269
    { "-",		 055 },
1269
    { "/",		 057 },
1270
    { "/",		 057 },
1270
    { ":",		 072 },
1271
    { ":",		 072 },