langwrap (91e872df) langwrap (7b4f4066)
1#!/usr/bin/env perl -w
2# *************************************************************
3#
4# Licensed to the Apache Software Foundation (ASF) under one
5# or more contributor license agreements. See the NOTICE file
6# distributed with this work for additional information
7# regarding copyright ownership. The ASF licenses this file
8# to you under the Apache License, Version 2.0 (the

--- 8 unchanged lines hidden (view full) ---

17# KIND, either express or implied. See the License for the
18# specific language governing permissions and limitations
19# under the License.
20#
21# *************************************************************
22#
23# langwrap - language wrapper for building resources
24#
1#!/usr/bin/env perl -w
2# *************************************************************
3#
4# Licensed to the Apache Software Foundation (ASF) under one
5# or more contributor license agreements. See the NOTICE file
6# distributed with this work for additional information
7# regarding copyright ownership. The ASF licenses this file
8# to you under the Apache License, Version 2.0 (the

--- 8 unchanged lines hidden (view full) ---

17# KIND, either express or implied. See the License for the
18# specific language governing permissions and limitations
19# under the License.
20#
21# *************************************************************
22#
23# langwrap - language wrapper for building resources
24#
25# $Id: langwrap,v 1.2 2008-08-18 13:10:41 vg Exp $
25# $Id$
26
27use Getopt::Std;
28
29###### globals ######
30
31$is_debug = 0;
32$nfield = 0;
33@LoL = ();

--- 118 unchanged lines hidden ---
26
27use Getopt::Std;
28
29###### globals ######
30
31$is_debug = 0;
32$nfield = 0;
33@LoL = ();

--- 118 unchanged lines hidden ---