Rename __ARG_H__ to ARG_H__

__* is reserved so do not use it.
This commit is contained in:
sin 2013-11-25 21:29:20 +00:00
parent 7a2105f5bd
commit 651dbdd700
1 changed files with 2 additions and 2 deletions

4
arg.h
View File

@ -3,8 +3,8 @@
* by 20h * by 20h
*/ */
#ifndef __ARG_H__ #ifndef ARG_H__
#define __ARG_H__ #define ARG_H__
extern char *argv0; extern char *argv0;