summaryrefslogtreecommitdiff
path: root/lib/cycle-check.h
AgeCommit message (Collapse)Author
2006-07-03* cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if thisJim Meyering
macro is used before the first cycle_check call.
2006-03-12Include "same-inode.h".Jim Meyering
(CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
2005-05-14Update FSF postal mail address.Jim Meyering
2004-08-07Merge from gnulib.Paul Eggert
2004-07-28Remove now-inaccurate comment about the filesPaul Eggert
you need to include first. You don't need to include any files other than the usual config.h. Include <inttypes.h> and <stdint.h> if available, for uintmax_t. Remove 'struct stat;' not needed since we know sys/stat.h has been included by dev-ino.h. (struct cycle_check_state): Change chdir_counter to uintmax_t, not size_t, since it isn't limited by object sizes. Change magic from long unsigned int to int; that's good enough for our use.
2004-07-07Include stdbool.h.Jim Meyering
Forward-declare `struct stat'.
2003-06-06Include <stdbool.h> unconditionally.Jim Meyering
2003-01-03.Jim Meyering