aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/fundamental.m4
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-frontend/semantic-graph/fundamental.m4')
-rw-r--r--xsd-frontend/semantic-graph/fundamental.m416
1 files changed, 0 insertions, 16 deletions
diff --git a/xsd-frontend/semantic-graph/fundamental.m4 b/xsd-frontend/semantic-graph/fundamental.m4
deleted file mode 100644
index c92881d..0000000
--- a/xsd-frontend/semantic-graph/fundamental.m4
+++ /dev/null
@@ -1,16 +0,0 @@
-# file : xsd-frontend/semantic-graph/fundamental.m4
-# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
-
-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', ` ', `_')')