Make macros to prevent double-inclusion in headers consistent.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2007-04-28 23:38:52 -07:00
parent f95673849c
commit e0173ad9fc
4 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
#ifndef __progress_h__
#define __progress_h__
#ifndef PROGRESS_H
#define PROGRESS_H
struct progress {
const char *prefix;