aboutsummaryrefslogtreecommitdiff
path: root/src/makesource.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/makesource.sh')
-rwxr-xr-xsrc/makesource.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/makesource.sh b/src/makesource.sh
index 8b634bb..8d09e98 100755
--- a/src/makesource.sh
+++ b/src/makesource.sh
@@ -10,7 +10,7 @@ LS=ls
#################################
## functions
-function head_h() {
+head_h() {
echo "/* iemmatrix-setup autogenerated header-file"
echo " * generated by \"$0\""
echo " * !! DO NOT MANUALLY EDIT !!"
@@ -20,12 +20,12 @@ function head_h() {
echo "#define IEMMATRIX_SOURCES_H__"
}
-function foot_h() {
+foot_h() {
echo "#endif /* IEMMATRIX_SOURCES_H__ */"
echo ""
}
-function head_c() {
+head_c() {
echo "/* iemmatrix-setup autogenerated setup-file"
echo " * generated by \"$0\""
echo " * !! DO NOT MANUALLY EDIT !!"
@@ -37,7 +37,7 @@ function head_c() {
echo "{"
}
-function foot_c() {
+foot_c() {
echo "}"
echo
}