From: Philippe Proulx Date: Sat, 29 May 2021 02:08:54 +0000 (-0400) Subject: argpar.h: `BABELTRACE_ARGPAR_H` -> `ARGPAR_ARGPAR_H` X-Git-Url: http://git.efficios.com/?p=argpar.git;a=commitdiff_plain;h=fe5a18f8f7e1dba0ab2378d9a12c08e0cba1aa6d argpar.h: `BABELTRACE_ARGPAR_H` -> `ARGPAR_ARGPAR_H` Signed-off-by: Philippe Proulx Change-Id: Id85bcf2f4910af8f83a48333f0f04dd62970951b --- diff --git a/argpar/argpar.h b/argpar/argpar.h index 6ebc845..a5a82be 100644 --- a/argpar/argpar.h +++ b/argpar/argpar.h @@ -5,8 +5,8 @@ * Copyright (c) 2020-2021 Simon Marchi */ -#ifndef BABELTRACE_ARGPAR_H -#define BABELTRACE_ARGPAR_H +#ifndef ARGPAR_ARGPAR_H +#define ARGPAR_ARGPAR_H #include @@ -345,4 +345,4 @@ void argpar_item_destroy(const struct argpar_item *item); _item = NULL; \ } -#endif /* BABELTRACE_ARGPAR_H */ +#endif /* ARGPAR_ARGPAR_H */