diff options
author | Chris Lattner <sabre@nondot.org> | 2009-04-08 06:00:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-04-08 06:00:32 +0000 |
commit | 0a06999a4eac573a19e2ee04917ed376448360b6 (patch) | |
tree | 8cac59567eac842b02d9150f62e40c5c9d120f0b | |
parent | cdf59da13ec8522046e0a437adbce4e9dffc193f (diff) |
use escapes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68600 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/PTHInternals.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PTHInternals.html b/docs/PTHInternals.html index 9e8cb59b5f..955699d9d4 100644 --- a/docs/PTHInternals.html +++ b/docs/PTHInternals.html @@ -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 <stdio.h> $ clang-cc -emit-pth test.h -o test.h.pth $ cat test.c #include "test.h" |