Skip to content
Snippets Groups Projects
Commit 20ec0e35 authored by law's avatar law
Browse files

Handle std.h -> std rename.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15867 138bc75d-0d04-0410-961f-82ee72b054a4
parent 1d07764e
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Special g++ Options: -w // Special g++ Options: -w
// GROUPS passed old-abort // GROUPS passed old-abort
//#include <GetOpt.h> //#include <GetOpt.h>
#include <std.h> #include <std>
#include <stdio.h> #include <stdio.h>
class GetOpt class GetOpt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment