From 23c2b99e9d23e726ede9442728272616e66d416f Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 4 Mar 2012 00:24:20 +0000 Subject: Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. Fixes Savannah bug #34530. --- variable.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'variable.h') diff --git a/variable.h b/variable.h index 1fe3d1e..410c355 100644 --- a/variable.h +++ b/variable.h @@ -27,7 +27,7 @@ enum variable_origin o_file, /* Variable given in a makefile. */ o_env_override, /* Variable from environment, if -e. */ o_command, /* Variable given by user. */ - o_override, /* Variable from an `override' directive. */ + o_override, /* Variable from an 'override' directive. */ o_automatic, /* Automatic variable -- cannot be set. */ o_invalid /* Core dump time. */ }; @@ -44,7 +44,7 @@ enum variable_flavor /* Structure that represents one variable definition. Each bucket of the hash table is a chain of these, - chained through `next'. */ + chained through 'next'. */ #define EXP_COUNT_BITS 15 /* This gets all the bitfields into 32 bits */ #define EXP_COUNT_MAX ((1<