/[tinycc]/tinycc/tccasm.c
ViewVC logotype

Diff of /tinycc/tccasm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by bellard, Mon Apr 28 21:23:53 2003 UTC revision 1.5 by bellard, Sat May 24 14:11:17 2003 UTC
# Line 3  Line 3 
3   *   *
4   *  Copyright (c) 2001, 2002 Fabrice Bellard   *  Copyright (c) 2001, 2002 Fabrice Bellard
5   *   *
6   *  This program is free software; you can redistribute it and/or modify   * This library is free software; you can redistribute it and/or
7   *  it under the terms of the GNU General Public License as published by   * modify it under the terms of the GNU Lesser General Public
8   *  the Free Software Foundation; either version 2 of the License, or   * License as published by the Free Software Foundation; either
9   *  (at your option) any later version.   * version 2 of the License, or (at your option) any later version.
10   *   *
11   *  This program is distributed in the hope that it will be useful,   * This library is distributed in the hope that it will be useful,
12   *  but WITHOUT ANY WARRANTY; without even the implied warranty of   * but WITHOUT ANY WARRANTY; without even the implied warranty of
13   *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14   *  GNU General Public License for more details.   * Lesser General Public License for more details.
15   *   *
16   *  You should have received a copy of the GNU General Public License   * You should have received a copy of the GNU Lesser General Public
17   *  along with this program; if not, write to the Free Software   * License along with this library; if not, write to the Free Software
18   *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19   */   */
20    
21  static int asm_get_local_label_name(TCCState *s1, unsigned int n)  static int asm_get_local_label_name(TCCState *s1, unsigned int n)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26