aboutsummaryrefslogtreecommitdiff
path: root/include/spm.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-02-13 11:36:10 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-02-13 11:36:10 -0500
commit74ed8c549a360330643ef32ac6070a834820b611 (patch)
tree460a43a3046a7a9990157b3fb787faa6a22b0d57 /include/spm.h
parent094375a5c0ee18e9144c73c543d5218f261cc561 (diff)
downloadspmc-74ed8c549a360330643ef32ac6070a834820b611.tar.gz
Begin refactoring to support multiple manifests:
* Add more commands useful for building packages * Fix mkmanifest_interface not looking for the correct number of arguments
Diffstat (limited to 'include/spm.h')
-rw-r--r--include/spm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/spm.h b/include/spm.h
index b743c7a..e4b866b 100644
--- a/include/spm.h
+++ b/include/spm.h
@@ -84,6 +84,10 @@
#define SPM_META_PREFIX_BIN ".SPM_PREFIX_BIN"
#define SPM_META_PREFIX_TEXT ".SPM_PREFIX_TEXT"
#define SPM_META_MANIFEST ".SPM_MANIFEST" // TODO: Implement
+#define SPM_META_PREFIX_PLACEHOLDER \
+"_0________________________________________________\
+_1________________________________________________"
+
// GLOBALS
spm_vars SPM_GLOBAL;