From 76e9ed7b3b2aafd21329187a86632cf1afc548b3 Mon Sep 17 00:00:00 2001 From: leitner Date: Thu, 22 Aug 2013 23:45:52 +0000 Subject: [PATCH] add tryuing128.c and ignore haveuint128.h --- .cvsignore | 1 + tryuint128.c | 1 + 2 files changed, 2 insertions(+) create mode 100644 tryuint128.c diff --git a/.cvsignore b/.cvsignore index 09aa8e5..875e7bd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -21,3 +21,4 @@ havesendfile.h trysendfile havealloca.h uudecode +haveuint128.h diff --git a/tryuint128.c b/tryuint128.c new file mode 100644 index 0000000..cffc794 --- /dev/null +++ b/tryuint128.c @@ -0,0 +1 @@ +__uint128_t tmp;