summaryrefslogtreecommitdiff
path: root/config/bison.mpb
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-12-06 15:42:38 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-12-06 15:42:38 +0000
commit3ec81301a4d88857c3c3f54a79b065892d11d9b3 (patch)
tree0b0ce2a3fd06ac4cbfbf465c9517228f3ef8e6ab /config/bison.mpb
parentccd6b858e94570d283bed29fc3e30433af3e5ab5 (diff)
downloadMPC-3ec81301a4d88857c3c3f54a79b065892d11d9b3.tar.gz
ChangeLogTag: Mon Dec 6 09:39:01 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'config/bison.mpb')
-rw-r--r--config/bison.mpb4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/bison.mpb b/config/bison.mpb
index 08861222..70e7529d 100644
--- a/config/bison.mpb
+++ b/config/bison.mpb
@@ -7,7 +7,7 @@ project {
pch_postrule = 1
inputext = .yy, .y
pre_extension = .tab
- source_outputext = .c
- header_outputext = .h
+ source_outputext = .c, .cpp, .cxx, .cc, .C
+ header_outputext = .h, .hpp, .hxx, .hh
}
}