diff options
Diffstat (limited to 'gcc/objc/objc-act.c')
-rw-r--r-- | gcc/objc/objc-act.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index bfffa78..a7ae676 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -371,6 +371,12 @@ lang_finish () { } +char * +lang_identify () +{ + return "objc"; +} + int lang_decode_option (p) char *p; |