The R Project SVN R

Rev

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

Rev 44393 Rev 44470
Line 289... Line 289...
289
- It is not clear what to do with strings passed to packages.  We
289
- It is not clear what to do with strings passed to packages.  We
290
  could force conversion in .C and .Fortran, but most
290
  could force conversion in .C and .Fortran, but most
291
  character-manipulation packages are likely to be using .Call.
291
  character-manipulation packages are likely to be using .Call.
292
 
292
 
293
BDR 2008-01-06
293
BDR 2008-01-06
-
 
294
 
-
 
295
7) Changing the parser
-
 
296
 
-
 
297
By default the parser in gram.y is only processed in maintainer mode, 
-
 
298
which isn't supported in Windows builds.  Defining RUN_BISON will 
-
 
299
cause src/main/Makefile.win to process it (and correct for the erroneous
-
 
300
line number records caused by our renaming of the output).