(SOC) Storage Only Commit - Tue 25 Jun 09:33:57 CST 2024
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -19,4 +19,8 @@ todo
|
|||||||
vsc*
|
vsc*
|
||||||
libcompound.so
|
libcompound.so
|
||||||
ccwarn
|
ccwarn
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
CMakeLists_default.txt
|
||||||
|
>>>>>>> 010300157e252e47218c74f256bca0ea12b7baa3
|
||||||
genwarn.sh
|
genwarn.sh
|
||||||
|
BIN
CompoundTest
Executable file
BIN
CompoundTest
Executable file
Binary file not shown.
@@ -7,11 +7,8 @@ typedef Var Type;
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
attr(registered 1) Type type;
|
attr(registered 1) Type type;
|
||||||
|
|
||||||
attr(nullity false) String identity;
|
attr(nullity false) String identity;
|
||||||
|
attr(alignwith 1; optional true) Type value;
|
||||||
attr(alignwith 1)
|
|
||||||
attr(optional true) Type value;
|
|
||||||
} Parameter;
|
} Parameter;
|
||||||
|
|
||||||
typedef void * Block;
|
typedef void * Block;
|
||||||
|
2
install
2
install
@@ -35,7 +35,7 @@ done
|
|||||||
|
|
||||||
cp -v "common.h" "const.h" "platform.h"\
|
cp -v "common.h" "const.h" "platform.h"\
|
||||||
"name.h" "namescope.h" "type.h" "catlog.h"\
|
"name.h" "namescope.h" "type.h" "catlog.h"\
|
||||||
"attr.h" "registry.h" "class.h" "$DST"
|
"attr.h" "registry.h" "class.h" "function.h" "$DST"
|
||||||
|
|
||||||
echo "Installing libcompound:"
|
echo "Installing libcompound:"
|
||||||
cp -v "libcompound.so" "/usr/lib"
|
cp -v "libcompound.so" "/usr/lib"
|
||||||
|
Reference in New Issue
Block a user