aboutsummaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2018-12-04 15:25:35 -0800
committerHaibo Huang <hhb@google.com>2018-12-04 15:37:45 -0800
commitf254abaaa448375c911528a0a3234761acadc84f (patch)
tree8c8daae7fea777f11cbf6d54d9ef50c367ae831f /inc
parente775ffccfbedc4bb525cb2b5c9280a1dd0cfbe21 (diff)
downloadlibgsm-f254abaaa448375c911528a0a3234761acadc84f.tar.gz
Upgrade libgsm to 1.0.18
Test: compile Change-Id: I210b10ca56af2df470f4ca99742d40c487d72d52
Diffstat (limited to 'inc')
-rw-r--r--inc/config.h10
-rw-r--r--inc/gsm.h2
-rw-r--r--inc/private.h4
3 files changed, 8 insertions, 8 deletions
diff --git a/inc/config.h b/inc/config.h
index 6f7f667..223c9d4 100644
--- a/inc/config.h
+++ b/inc/config.h
@@ -9,8 +9,8 @@
#ifndef CONFIG_H
#define CONFIG_H
-//efine SIGHANDLER_T int /* signal handlers are void */
-//efine HAS_SYSV_SIGNAL 1 /* sigs not blocked/reset? */
+/*efine SIGHANDLER_T int /* signal handlers are void */
+/*efine HAS_SYSV_SIGNAL 1 /* sigs not blocked/reset? */
#define HAS_STDLIB_H 1 /* /usr/include/stdlib.h */
#define HAS_LIMITS_H 1 /* /usr/include/limits.h */
@@ -22,16 +22,16 @@
#define HAS_CHMOD 1 /* chmod syscall */
#define HAS_FCHOWN 1 /* fchown syscall */
#define HAS_CHOWN 1 /* chown syscall */
-//efine HAS__FSETMODE 1 /* _fsetmode -- set file mode */
+/*efine HAS__FSETMODE 1 /* _fsetmode -- set file mode */
#define HAS_STRING_H 1 /* /usr/include/string.h */
#define HAS_STRINGS_H 1 /* /usr/include/strings.h */
#define HAS_UNISTD_H 1 /* /usr/include/unistd.h */
#define HAS_UTIME 1 /* POSIX utime(path, times) */
-//efine HAS_UTIMES 1 /* use utimes() syscall instead */
+/*efine HAS_UTIMES 1 /* use utimes() syscall instead */
#define HAS_UTIME_H 1 /* UTIME header file */
#define HAS_UTIMBUF 1 /* struct utimbuf */
-//efine HAS_UTIMEUSEC 1 /* microseconds in utimbuf? */
+/*efine HAS_UTIMEUSEC 1 /* microseconds in utimbuf? */
#endif /* CONFIG_H */
diff --git a/inc/gsm.h b/inc/gsm.h
index dca1660..5b3c3eb 100644
--- a/inc/gsm.h
+++ b/inc/gsm.h
@@ -43,7 +43,7 @@ typedef gsm_byte gsm_frame[33]; /* 33 * 8 bits */
#define GSM_MAGIC 0xD /* 13 kbit/s RPE-LTP */
-#define GSM_PATCHLEVEL 16
+#define GSM_PATCHLEVEL 18
#define GSM_MINOR 0
#define GSM_MAJOR 1
diff --git a/inc/private.h b/inc/private.h
index 0c94255..d1b1510 100644
--- a/inc/private.h
+++ b/inc/private.h
@@ -83,10 +83,10 @@ extern longword gsm_L_asr P((longword a, int n));
extern word gsm_asr P((word a, int n));
/*
- * Inlined functions from add.h
+ * Inlined functions from add.h
*/
-/*
+/*
* #define GSM_MULT_R(a, b) (* word a, word b, !(a == b == MIN_WORD) *) \
* (0x0FFFF & SASR(((longword)(a) * (longword)(b) + 16384), 15))
*/