Browse Source

[PATCH] Spell __attribute__ correctly in cache.h.

Sun's cc doesn't know __attribute__.

Signed-off-by: Jason Riedy <ejr@cs.berkeley.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Jason Riedy 20 years ago committed by Junio C Hamano
parent
commit
75ea6911d6
  1. 2
      cache.h

2
cache.h

@ -41,7 +41,7 @@
#endif #endif


#ifndef __attribute__ #ifndef __attribute__
#define __attribute(x) #define __attribute__(x)
#endif #endif


/* /*

Loading…
Cancel
Save