aboutsummaryrefslogtreecommitdiff
path: root/i386-asm.c
diff options
context:
space:
mode:
authorEdmund Grimley Evans <Edmund.Grimley.Evans@gmail.com>2015-03-08 22:07:50 +0000
committerEdmund Grimley Evans <Edmund.Grimley.Evans@gmail.com>2015-03-11 07:30:03 +0000
commitaa812e87455271d2b73e7f41832aee496fe81ee0 (patch)
tree2ebe2b2e98cadcd68b604c0b08237dc0eed7cc62 /i386-asm.c
parent5de8b5638f3d0bca6723d5d63d9e22a7f04fff6c (diff)
downloadtinycc-aa812e87455271d2b73e7f41832aee496fe81ee0.tar.gz
tinycc-aa812e87455271d2b73e7f41832aee496fe81ee0.tar.bz2
Convert some lines from ISO-8859-1 to UTF-8.
perl -i -pe 'use Text::Iconv; $c1 = Text::Iconv->new("utf-8", "utf-8"); $c2 = Text::Iconv->new("iso-8859-1", "utf-8"); if (!$c1->convert($_)) { $_ = $c2->convert($_); }' \ `find * -type f`
Diffstat (limited to 'i386-asm.c')
-rw-r--r--i386-asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386-asm.c b/i386-asm.c
index a524658..840a971 100644
--- a/i386-asm.c
+++ b/i386-asm.c
@@ -2,7 +2,7 @@
* i386 specific functions for TCC assembler
*
* Copyright (c) 2001, 2002 Fabrice Bellard
- * Copyright (c) 2009 Frédéric Feret (x86_64 support)
+ * Copyright (c) 2009 Frédéric Feret (x86_64 support)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public