summaryrefslogtreecommitdiff
path: root/CIAO/CCF/CCF/IDL2/SemanticGraph/Fundamental.m4
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CCF/CCF/IDL2/SemanticGraph/Fundamental.m4')
-rw-r--r--CIAO/CCF/CCF/IDL2/SemanticGraph/Fundamental.m417
1 files changed, 0 insertions, 17 deletions
diff --git a/CIAO/CCF/CCF/IDL2/SemanticGraph/Fundamental.m4 b/CIAO/CCF/CCF/IDL2/SemanticGraph/Fundamental.m4
deleted file mode 100644
index 5aaab71bd76..00000000000
--- a/CIAO/CCF/CCF/IDL2/SemanticGraph/Fundamental.m4
+++ /dev/null
@@ -1,17 +0,0 @@
-# file : CCF/IDL2/SemanticGraph/Fundamental.m4
-# author : Boris Kolpackov <boris@dre.vanderbilt.edu>
-# cvs-id : $Id$
-
-define(`upcase', `translit(`$*', `a-z', `A-Z')')
-
-
-define(`capitalize_word',
- `regexp(`$1', `^\(.\)\(.*\)', `upcase(`\1')`\2'')')
-
-
-define(`capitalize',
- `patsubst(`$1', `\w+', `capitalize_word(`\&')')')
-
-define(`make_class_name', `patsubst(capitalize(`$1'), ` ')')
-
-define(`make_var_name', `patsubst(`$1', ` ', `_')')