vendor/tracemonkey/jscompat.h in johnson-2.0.0.pre0 vs vendor/tracemonkey/jscompat.h in johnson-2.0.0.pre1

- old
+ new

@@ -1,6 +1,8 @@ -/* ***** BEGIN LICENSE BLOCK ***** +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- + * + ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at @@ -33,12 +35,9 @@ * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -/* -*- Mode: C; tab-width: 8 -*- - * Copyright (C) 1996-1999 Netscape Communications Corporation, All Rights Reserved. - */ #ifndef jscompat_h___ #define jscompat_h___ /* * Compatibility glue for various NSPR versions. We must always define int8, * int16, jsword, and so on to minimize differences with js/ref, no matter what