Lexing-a-line.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
  4. <!-- This file redirects to the location of a node or anchor -->
  5. <head>
  6. <title>The GNU C Preprocessor Internals: Lexing a line</title>
  7. <meta name="description" content="The GNU C Preprocessor Internals: Lexing a line">
  8. <meta name="keywords" content="The GNU C Preprocessor Internals: Lexing a line">
  9. <meta name="resource-type" content="document">
  10. <meta name="distribution" content="global">
  11. <meta name="Generator" content="makeinfo">
  12. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  13. <style type="text/css">
  14. <!--
  15. a.summary-letter {text-decoration: none}
  16. blockquote.smallquotation {font-size: smaller}
  17. div.display {margin-left: 3.2em}
  18. div.example {margin-left: 3.2em}
  19. div.indentedblock {margin-left: 3.2em}
  20. div.lisp {margin-left: 3.2em}
  21. div.smalldisplay {margin-left: 3.2em}
  22. div.smallexample {margin-left: 3.2em}
  23. div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
  24. div.smalllisp {margin-left: 3.2em}
  25. kbd {font-style:oblique}
  26. pre.display {font-family: inherit}
  27. pre.format {font-family: inherit}
  28. pre.menu-comment {font-family: serif}
  29. pre.menu-preformatted {font-family: serif}
  30. pre.smalldisplay {font-family: inherit; font-size: smaller}
  31. pre.smallexample {font-size: smaller}
  32. pre.smallformat {font-family: inherit; font-size: smaller}
  33. pre.smalllisp {font-size: smaller}
  34. span.nocodebreak {white-space:nowrap}
  35. span.nolinebreak {white-space:nowrap}
  36. span.roman {font-family:serif; font-weight:normal}
  37. span.sansserif {font-family:sans-serif; font-weight:normal}
  38. ul.no-bullet {list-style: none}
  39. -->
  40. </style>
  41. <meta http-equiv="Refresh" content="0; url=Lexer.html#Lexing-a-line">
  42. </head>
  43. <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
  44. <p>The node you are looking for is at <a href="Lexer.html#Lexing-a-line">Lexing a line</a>.</p>
  45. </body>