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. --- filedef.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'filedef.h') diff --git a/filedef.h b/filedef.h index f22a01a..9f170d9 100644 --- a/filedef.h +++ b/filedef.h @@ -19,7 +19,7 @@ this program. If not, see . */ /* Structure that represents the info on one file that the makefile says how to make. - All of these are chained together through `next'. */ + All of these are chained together through 'next'. */ #include "hash.h" @@ -43,7 +43,7 @@ struct file struct file *last; /* Last entry for the same file name. */ /* File that this file was renamed to. After any time that a - file could be renamed, call `check_renamed' (below). */ + file could be renamed, call 'check_renamed' (below). */ struct file *renamed; /* List of variable sets used for this file. */ @@ -189,10 +189,10 @@ FILE_TIMESTAMP f_mtime (struct file *file, int search); << FILE_TIMESTAMP_LO_BITS) \ + ORDINARY_MTIME_MIN + FILE_TIMESTAMPS_PER_S - 1) -/* Modtime value to use for `infinitely new'. We used to get the current time - from the system and use that whenever we wanted `new'. But that causes +/* Modtime value to use for 'infinitely new'. We used to get the current time + from the system and use that whenever we wanted 'new'. But that causes trouble when the machine running make and the machine holding a file have - different ideas about what time it is; and can also lose for `force' + different ideas about what time it is; and can also lose for 'force' targets, which need to be considered newer than anything that depends on them, even if said dependents' modtimes are in the future. */ #define NEW_MTIME INTEGER_TYPE_MAXIMUM (FILE_TIMESTAMP) -- cgit v1.2.3