Home | History | Annotate | Download | only in jpeg

Lines Matching full:line

20  * have gotten confused.  Go to the line indicated in the first error message,
21 * and read the comments preceding that line to see what to change.
24 * changing a line that reads "#define SOME_SYMBOL" to "#undef SOME_SYMBOL",
36 #ifdef HAVE_STDDEF_H /* next line will be skipped if you undef... */
73 * above. If not, you'll get an error on the "typedef size_t my_size_t;" line.
76 * to figure out which include file defines "size_t". Look for a line that
77 * says "typedef something-or-other size_t;". Then, change the line below
96 * The #define line below is set to assume you have ANSI function prototypes.
124 * If you get an error on the "unsigned char un_char;" line,
136 * If you get an error on the "unsigned short un_short;" line,