Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@78537 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/fixxfti.c b/lib/fixxfti.c
index 84406bd..70d0e17 100644
--- a/lib/fixxfti.c
+++ b/lib/fixxfti.c
@@ -44,4 +44,4 @@
     return (r ^ s) - s;
 }
 
-#endif
+#endif /* __x86_64 */