[hackers] [ubase] Rename __ARG_H__ to ARG_H__ || sin

From: <git_AT_suckless.org>
Date: Mon, 25 Nov 2013 22:34:02 +0100

commit f3a9b7138e41593c5dfdbd36264a04393f443288
Author: sin <sin_AT_2f30.org>
Date: Mon Nov 25 21:29:20 2013 +0000

    Rename __ARG_H__ to ARG_H__
    
    __* is reserved so do not use it.

diff --git a/arg.h b/arg.h
index 04b8514..4df77a7 100644
--- a/arg.h
+++ b/arg.h
_AT_@ -3,8 +3,8 @@
  * by 20h
  */
 
-#ifndef __ARG_H__
-#define __ARG_H__
+#ifndef ARG_H__
+#define ARG_H__
 
 extern char *argv0;
 
Received on Mon Nov 25 2013 - 22:34:02 CET

This archive was generated by hypermail 2.3.0 : Mon Nov 25 2013 - 22:36:14 CET