REAL/math

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@328 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2004-09-14 14:14:58 +00:00
parent c6de2c4f11
commit b958d28c4f
2 changed files with 10 additions and 12 deletions

View File

@ -16,9 +16,7 @@ uint8_t buf1[] = {
32 | ((2 << 6) + 4), /* [4], constructed */
4,
0 | ((2 << 6) + 6), /* [6], primitive */
2,
0x91,
0x92
0
};
uint8_t buf2[] = {
@ -32,8 +30,8 @@ uint8_t buf2[] = {
4,
0 | ((2 << 6) + 6), /* [6], primitive */
2,
0x91,
0x92,
0xC0,
0x00,
32 | ((2 << 6) + 2), /* [2], constructed */
6,
@ -41,16 +39,16 @@ uint8_t buf2[] = {
4,
0 | ((2 << 6) + 6), /* [6], primitive */
2,
0x91,
0x92,
0x80,
0x00,
32 | ((2 << 6) + 3), /* [3], constructed */
4,
0 | ((2 << 6) + 6), /* [6], primitive */
2,
0x91,
0x92,
3,
0x80,
0x01,
0x02,
};
static void

View File

@ -44,7 +44,7 @@ CXXFLAGS=\${COMMON_FLAGS} ${CXXFLAGS}
all: check-executable
check-executable: compiled-module *.c*
\$(CC) \$(CFLAGS) -o check-executable *.c*
\$(CC) \$(CFLAGS) -o check-executable -lm *.c*
# Compile the corresponding .asn1 spec.
compiled-module: ${asn_module} ../../asn1c