Skip to content

Commit

Permalink
3433
Browse files Browse the repository at this point in the history
  • Loading branch information
akkartik committed Oct 2, 2016
1 parent 65cec71 commit f2043a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 002test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ void test_is_integer() {
}

:(before "End Includes")
#include <cstdlib>
#include <stdlib.h>
2 changes: 1 addition & 1 deletion 087file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion html/002test.cc.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<span class="Delimiter">}</span>

<span class="Delimiter">:(before &quot;End Includes&quot;)</span>
<span class="PreProc">#include </span><span class="Constant">&lt;cstdlib&gt;</span>
<span class="PreProc">#include </span><span class="Constant">&lt;stdlib.h&gt;</span>
</pre>
</body>
</html>
Expand Down
2 changes: 1 addition & 1 deletion html/087file.cc.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<span class="Identifier">break</span><span class="Delimiter">;</span>
<span class="Delimiter">}</span>
<span class="Delimiter">:(before &quot;End Includes&quot;)</span>
<span class="PreProc">#include </span><span class="Constant">&lt;cerrno&gt;</span>
<span class="PreProc">#include </span><span class="Constant">&lt;errno.h&gt;</span>

<span class="Delimiter">:(before &quot;End Primitive Recipe Declarations&quot;)</span>
_WRITE_TO_FILE<span class="Delimiter">,</span>
Expand Down

0 comments on commit f2043a7

Please sign in to comment.