]> granicus.if.org Git - clang/commitdiff
use escapes.
authorChris Lattner <sabre@nondot.org>
Wed, 8 Apr 2009 06:00:32 +0000 (06:00 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 8 Apr 2009 06:00:32 +0000 (06:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68600 91177308-0d34-0410-b5e6-96231b3b80d8

docs/PTHInternals.html

index 9e8cb59b5feff5cda5213133d353abe037128425..955699d9d4264ae1ff1d506d30eade6f38960fad 100644 (file)
@@ -100,7 +100,7 @@ source file. This is done by specifying the <tt>-token-cache</tt> option:</p>
 
 <pre>
   $ cat test.h
-  #include<stdio.h>
+  #include &lt;stdio.h&gt;
   $ clang-cc -emit-pth test.h -o test.h.pth
   $ cat test.c
   #include "test.h"