diff options
author | Chris Lattner <sabre@nondot.org> | 2007-10-22 16:44:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-10-22 16:44:31 +0000 |
commit | ce2c3a456ff24c2bcfb62f769bcc5eff628f4dc2 (patch) | |
tree | 313a7c7b48bf7fe7451fdf532b66b5a02da95494 /llvm/docs/tutorial | |
parent | 560762d118b61c768a3c97531179acd9d45b3712 (diff) | |
download | bcm5719-llvm-ce2c3a456ff24c2bcfb62f769bcc5eff628f4dc2.tar.gz bcm5719-llvm-ce2c3a456ff24c2bcfb62f769bcc5eff628f4dc2.zip |
fit in 80 cols :)
llvm-svn: 43222
Diffstat (limited to 'llvm/docs/tutorial')
-rw-r--r-- | llvm/docs/tutorial/LangImpl2.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl2.html b/llvm/docs/tutorial/LangImpl2.html index 653975cd8be..e6c53dafaab 100644 --- a/llvm/docs/tutorial/LangImpl2.html +++ b/llvm/docs/tutorial/LangImpl2.html @@ -195,7 +195,8 @@ us to look one token ahead at what the lexer is returning. Every function in our lexer will assume that CurTok is the current token that needs to be parsed.</p> -<p>Again, we define these with global variables; it would be better design to wrap the entire parser in a class and use instance variables for these. +<p>Again, we define these with global variables; it would be better design to +wrap the entire parser in a class and use instance variables for these. </p> <div class="doc_code"> |