diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-10-01 23:14:17 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-10-01 23:14:17 -0700 |
commit | f2043a732479256f8218f5d8418bf9894f846a07 (patch) | |
tree | 31932f696cf5fc7d1289d2d3f21a0494e71bc36c | |
parent | 65cec710256b93bedda02930195aea77e4bae40d (diff) | |
download | mu-f2043a732479256f8218f5d8418bf9894f846a07.tar.gz |
3433
-rw-r--r-- | 002test.cc | 2 | ||||
-rw-r--r-- | 087file.cc | 2 | ||||
-rw-r--r-- | html/002test.cc.html | 2 | ||||
-rw-r--r-- | html/087file.cc.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/002test.cc b/002test.cc index a07d5d9f..9ec5e64d 100644 --- a/002test.cc +++ b/002test.cc @@ -110,4 +110,4 @@ void test_is_integer() { } :(before "End Includes") -#include <cstdlib> +#include <stdlib.h> diff --git a/087file.cc b/087file.cc index ffa6417c..402d8bde 100644 --- a/087file.cc +++ b/087file.cc @@ -140,7 +140,7 @@ case _READ_FROM_FILE: { break; } :(before "End Includes") -#include <cerrno> +#include <errno.h> :(before "End Primitive Recipe Declarations") _WRITE_TO_FILE, diff --git a/html/002test.cc.html b/html/002test.cc.html index 43b362de..399d1f83 100644 --- a/html/002test.cc.html +++ b/html/002test.cc.html @@ -144,7 +144,7 @@ Passed = <span class="Constant">true</span><span class="Delimiter">;</span> <span class="Delimiter">}</span> <span class="Delimiter">:(before "End Includes")</span> -<span class="PreProc">#include </span><span class="Constant"><cstdlib></span> +<span class="PreProc">#include </span><span class="Constant"><stdlib.h></span> </pre> </body> </html> diff --git a/html/087file.cc.html b/html/087file.cc.html index f8e0ad1e..192db668 100644 --- a/html/087file.cc.html +++ b/html/087file.cc.html @@ -173,7 +173,7 @@ put<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span <span class="Identifier">break</span><span class="Delimiter">;</span> <span class="Delimiter">}</span> <span class="Delimiter">:(before "End Includes")</span> -<span class="PreProc">#include </span><span class="Constant"><cerrno></span> +<span class="PreProc">#include </span><span class="Constant"><errno.h></span> <span class="Delimiter">:(before "End Primitive Recipe Declarations")</span> _WRITE_TO_FILE<span class="Delimiter">,</span> |