Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149545
b: refs/heads/master
c: d067aa7
h: refs/heads/master
i:
  149543: 98f8ac3
v: v3
  • Loading branch information
Amerigo Wang authored and Sam Ravnborg committed Jun 14, 2009
1 parent a16daf0 commit 706cbb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f2ac5e78928bf94118b4d4911166a02e8a87d3ea
refs/heads/master: d067aa741589a9783cc43315119e0f431b4e382c
5 changes: 3 additions & 2 deletions trunk/scripts/basic/fixdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,11 @@ void print_deps(void)
void traps(void)
{
static char test[] __attribute__((aligned(sizeof(int)))) = "CONF";
int *p = (int *)test;

if (*(int *)test != INT_CONF) {
if (*p != INT_CONF) {
fprintf(stderr, "fixdep: sizeof(int) != 4 or wrong endianess? %#x\n",
*(int *)test);
*p);
exit(2);
}
}
Expand Down

0 comments on commit 706cbb6

Please sign in to comment.