diff options
author | Keith Packard <keithp@keithp.com> | 2018-08-15 15:31:57 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-08-15 15:43:28 -0700 |
commit | 2f61ef9a5046c39f4eeaaf741031bb6a9607b8a6 (patch) | |
tree | a169db5da2429a5b303288cecdfc7dfc390d7ca0 /src/kernel/ao_log.h | |
parent | cbe9cfd5eb5d19b7b9bf4bb75424e7592d708929 (diff) |
altos: Switch global 'log' to 'ao_log_data'
Avoid conflicts with 'log' math function.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/kernel/ao_log.h')
-rw-r--r-- | src/kernel/ao_log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/ao_log.h b/src/kernel/ao_log.h index 5f04ef9a..e2f1e0e4 100644 --- a/src/kernel/ao_log.h +++ b/src/kernel/ao_log.h @@ -507,7 +507,7 @@ typedef struct ao_log_record ao_log_type; #endif #ifndef AO_LOG_UNCOMMON -extern __xdata ao_log_type log; +extern __xdata ao_log_type ao_log_data; #define AO_LOG_SIZE sizeof(ao_log_type) |