Rename __ARG_H__ to ARG_H__
__* is reserved so do not use it.
This commit is contained in:
parent
7a2105f5bd
commit
651dbdd700
4
arg.h
4
arg.h
@ -3,8 +3,8 @@
|
||||
* by 20h
|
||||
*/
|
||||
|
||||
#ifndef __ARG_H__
|
||||
#define __ARG_H__
|
||||
#ifndef ARG_H__
|
||||
#define ARG_H__
|
||||
|
||||
extern char *argv0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user