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

Unified Diff: sim/erc32/func.c

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months 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
« no previous file with comments | « sim/erc32/float.c ('k') | sim/erc32/help.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sim/erc32/func.c
diff --git a/sim/erc32/func.c b/sim/erc32/func.c
index 80fbbe1e48b3e18780c83b5c101c51c7bff51567..881f26c8af0412f9fa9796aac91474c7af6319ef 100644
--- a/sim/erc32/func.c
+++ b/sim/erc32/func.c
@@ -6,7 +6,7 @@
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free
- * Software Foundation; either version 2 of the License, or (at your option)
+ * Software Foundation; either version 3 of the License, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
@@ -15,11 +15,11 @@
* more details.
*
* You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 675
- * Mass Ave, Cambridge, MA 02139, USA.
+ * this program; if not, see <http://www.gnu.org/licenses/>.
*
*/
+#include "config.h"
#include <signal.h>
#include <string.h>
#include <stdio.h>
« no previous file with comments | « sim/erc32/float.c ('k') | sim/erc32/help.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698