From: Uwe Hermann Date: Sat, 4 Feb 2012 09:41:30 +0000 (+0100) Subject: Project-wide consistent naming for #include guards. X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=f3b75ee7c2bba215a5387d28d6fb759b1964c8f9;p=sigrok-gtk.git Project-wide consistent naming for #include guards. Document the naming scheme in HACKING. --- diff --git a/gtkcellrenderersignal.h b/gtkcellrenderersignal.h index 48a044a..cbdc328 100644 --- a/gtkcellrenderersignal.h +++ b/gtkcellrenderersignal.h @@ -17,8 +17,8 @@ * along with this program. If not, see . */ -#ifndef __GTK_CELL_RENDERER_SIGNAL_H__ -#define __GTK_CELL_RENDERER_SIGNAL_H__ +#ifndef SIGROK_GTK_GTKCELLRENDERERSIGNAL_H +#define SIGROK_GTK_GTKCELLRENDERERSIGNAL_H #include #include diff --git a/sigrok-gtk.h b/sigrok-gtk.h index 97cd2f6..a08a1ce 100644 --- a/sigrok-gtk.h +++ b/sigrok-gtk.h @@ -17,8 +17,8 @@ * along with this program. If not, see . */ -#ifndef __SIGROK_GTK_H -#define __SIGROK_GTK_H +#ifndef SIGROK_GTK_SIGROK_GTK_H +#define SIGROK_GTK_SIGROK_GTK_H #include