mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-30 08:26:45 +02:00
rename reserved identifiers per C standard
This commit is contained in:
@ -20,8 +20,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _toxic_strings_h
|
||||
#define _toxic_strings_h
|
||||
#ifndef TOXIC_STRINGS_H
|
||||
#define TOXIC_STRINGS_H
|
||||
|
||||
#include "windows.h"
|
||||
|
||||
@ -61,4 +61,4 @@ void add_line_to_hist(ChatContext *ctx);
|
||||
resets line if at end of history */
|
||||
void fetch_hist_item(ChatContext *ctx, int key_dir);
|
||||
|
||||
#endif /* #define _toxic_strings_h */
|
||||
#endif /* #define TOXIC_STRINGS_H */
|
||||
|
Reference in New Issue
Block a user