search for: unput

Displaying 5 results from an estimated 5 matches for "unput".

Did you mean: input
2006 Jan 29
1
additional error on read.table function
hi, thanks to the feedback of some people I was able to solve my problem of reading data using the read.table function by using the file.choose function inside the method of the read.table function. Unfortunately, I encountered a new error message after I chose my file. After I unputted data = read.table(file.choose(), header = TRUE) I got an error saying: Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, : line 1 did not have 11 elements In addition: Warning message: incomplete final line found by readTableHeader on 'D:\Oliver\Profes...
2010 May 02
2
samba4 make error - drsblobs.so
...YYLLOC_DEFAULT" is not used heimdal/lib/com_err/parse.c:49:1: warning: macro "YYBISON_VERSION" is not used Compiling heimdal/lib/com_err/lex.c with host compiler heimdal/lib/com_err/lex.c:166:1: warning: macro "yyless" is not used heimdal/lib/com_err/lex.c:1206: warning: ?yyunput? defined but not used heimdal/lib/com_err/lex.c:362:1: warning: macro "YY_NUM_RULES" is not used heimdal/lib/com_err/lex.c:470:1: warning: macro "REJECT" is not used heimdal/lib/com_err/lex.c:9:1: warning: macro "YY_FLEX_MAJOR_VERSION" is not used heimdal/lib/com_err/l...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...ffects of setting up yytext. */ \\", " *yy_cp = yy_hold_char; \\", " yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \\", " YY_DO_BEFORE_ACTION; /* set up yytext again */ \\", " } \\", " while ( 0 )", "", "#define unput(c) yyunput( c, yytext_ptr )", "", "/* The following is because we cannot portably get our hands on size_t", " * (without autoconf's help, which isn't available because we want", " * flex-generated scanners to compile on their own).", &q...
2011 Jun 02
48
[PATCH 0/9] libxl: disk configuration handling
This is v3 of my disk series. What were previously patches 01-06 have been applied. These are the tested and updated remainder, addressing the previous comments. 1 Preparatory work. 2-4 The new parser and its documentation. 5-6 Replace old parsers with calls to the new one. 7-8 Two features, one of them essential. 9 Basic test suite for disk string parsing, as adhoc script.