1
0
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:
Jfreegman
2014-09-22 21:24:45 -04:00
parent bf54cb36ef
commit 133c0e8d63
41 changed files with 316 additions and 312 deletions

View File

@ -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 */