[cfe-commits] r68600 - /cfe/trunk/docs/PTHInternals.html

Chris Lattner sabre at nondot.org
Tue Apr 7 23:00:32 PDT 2009


Author: lattner
Date: Wed Apr  8 01:00:32 2009
New Revision: 68600

URL: http://llvm.org/viewvc/llvm-project?rev=68600&view=rev
Log:
use escapes.

Modified:
    cfe/trunk/docs/PTHInternals.html

Modified: cfe/trunk/docs/PTHInternals.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/PTHInternals.html?rev=68600&r1=68599&r2=68600&view=diff

==============================================================================
--- cfe/trunk/docs/PTHInternals.html (original)
+++ cfe/trunk/docs/PTHInternals.html Wed Apr  8 01:00:32 2009
@@ -100,7 +100,7 @@
 
 <pre>
   $ cat test.h
-  #include<stdio.h>
+  #include <stdio.h>
   $ clang-cc -emit-pth test.h -o test.h.pth
   $ cat test.c
   #include "test.h"





More information about the cfe-commits mailing list