aboutsummaryrefslogtreecommitdiff
path: root/blob
diff options
context:
space:
mode:
Diffstat (limited to 'blob')
-rwxr-xr-xblob4
1 files changed, 2 insertions, 2 deletions
diff --git a/blob b/blob
index 6baae9c..e0f4b4c 100755
--- a/blob
+++ b/blob
@@ -18,8 +18,8 @@ cat << EOF > "$base.h"
#include <stddef.h>
extern const char ${symbol_base}_head;
-const char* ${symbol_base} = &${symbol_base}_head;
-const size_t ${symbol_base}_size = $(wc -c < "$input");
+static const char* ${symbol_base} = &${symbol_base}_head;
+static const size_t ${symbol_base}_size = $(wc -c < "$input");
EOF