Git Mailing List Archive mirror
 help / color / mirror / Atom feed
* Problems with 592fc5b349
@ 2023-06-01 13:47 Alejandro R. Sedeño
  2023-06-01 14:33 ` Elijah Newren
  0 siblings, 1 reply; 3+ messages in thread
From: Alejandro R. Sedeño @ 2023-06-01 13:47 UTC (permalink / raw)
  To: Git List; +Cc: newren

592fc5b3495bf4ff17252d31109f1d9c0134684b moved backup definitions of

  #define DT_

from cache.h to dir.h, but did not include dir.h in cache.h despite those
#defines being used there. Easy fix, `#include "dir.h"` in cache.h,
which I'd submit as a patch, but then name-hash.c, which includes
cache.h, which would now include dir.h, ends up with two definitions
of `struct dir_entry`.

Suggestions?

-Alejandro

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-01 15:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01 13:47 Problems with 592fc5b349 Alejandro R. Sedeño
2023-06-01 14:33 ` Elijah Newren
2023-06-01 15:20   ` Alejandro R. Sedeño

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).