Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Unified Diff: third_party/bigint/NumberlikeArray.hh

Issue 754743003: Modify big integer library (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Add copyright notice Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/bigint/NumberlikeArray.hh
diff --git a/third_party/bigint/NumberlikeArray.hh b/third_party/bigint/NumberlikeArray.hh
index 53c8e5be8f53b88905e234a31185599de774e742..8fa91d140bfd8a43fe08364b083b1ad57cac3187 100644
--- a/third_party/bigint/NumberlikeArray.hh
+++ b/third_party/bigint/NumberlikeArray.hh
@@ -1,6 +1,13 @@
+// Copyright 2014 PDFium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Original code by Matt McCutchen, see the LICENSE file
+
#ifndef NUMBERLIKEARRAY_H
#define NUMBERLIKEARRAY_H
+#include <stdlib.h> // abort()
// Make sure we have NULL.
#ifndef NULL
#define NULL 0
« third_party/bigint/BigUnsigned.hh ('K') | « third_party/bigint/BigUnsignedInABase.hh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698