Index: mttroot/mtt/bin/trans/lang_header ================================================================== --- mttroot/mtt/bin/trans/lang_header +++ mttroot/mtt/bin/trans/lang_header @@ -6,10 +6,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.2 1998/05/24 12:47:39 peterg +## This still needs worjk doing for c generation!! +## ## Revision 1.1 1998/05/23 16:17:40 peterg ## Initial revision ## ############################################################### @@ -35,19 +38,26 @@ Lc='/*'; Rc='*/'; Lb='['; Rb=']'; ;; + java) + ext='java'; + Lc='/*'; + Rc='*/'; + Lb='['; + Rb=']'; + ;; *) echo Language $language not supported - sorry; exit 1 esac ######### Octave (matlab) code if [ "$language" = m ]; then cat <