Changeset View
Changeset View
Standalone View
Standalone View
sys/arm64/include/reloc.h
/* $FreeBSD$ */ | /* $FreeBSD$ */ | ||||
#ifdef __arm__ | |||||
#include <arm/reloc.h> | |||||
#else /* !__arm__ */ | |||||
jrtc27: #else? | |||||
Done Inline ActionsThis was a pre-existing empty file. Including it didn't cause an error in the past, so still should not. karels: This was a pre-existing empty file. Including it didn't cause an error in the past, so still… | |||||
Done Inline ActionsAck, didn't notice that when skimming. I'd suggest: #else /* empty */ #endif or similar (could ditch the error, but then might look like a mistake?) perhaps? jrtc27: Ack, didn't notice that when skimming. I'd suggest:
```
#else
/* empty */
#endif
```
or… | |||||
/* empty */ | |||||
Done Inline Actions? jrtc27: ? | |||||
#endif /* !__arm__ */ |
#else?