Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
4283012f
Commit
4283012f
authored
Jan 06, 1999
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Copyright fixes.
From-SVN: r24535
parent
2650c4e3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
38 changed files
with
144 additions
and
39 deletions
+144
-39
gcc/bitmap.h
+1
-1
gcc/c-convert.c
+1
-1
gcc/c-iterate.c
+1
-1
gcc/c-lex.h
+1
-1
gcc/c-parse.c
+3
-3
gcc/c-parse.y
+1
-1
gcc/c-tree.h
+1
-1
gcc/calls.c
+1
-1
gcc/collect2.h
+20
-0
gcc/configure
+0
-0
gcc/configure.in
+1
-1
gcc/cpp.texi
+1
-1
gcc/cpphash.c
+1
-1
gcc/cpphash.h
+17
-0
gcc/cppmain.c
+1
-1
gcc/defaults.h
+1
-1
gcc/doprint.c
+16
-1
gcc/dwarfout.c
+1
-1
gcc/eh-common.h
+19
-2
gcc/except.h
+1
-1
gcc/fixinc.irix
+1
-1
gcc/fixinc.sco
+1
-1
gcc/fixinc.svr4
+1
-1
gcc/fixproto
+1
-1
gcc/frame.h
+22
-2
gcc/gcov-io.h
+1
-1
gcc/gencodes.c
+1
-1
gcc/gengenrtl.c
+1
-1
gcc/global.c
+1
-1
gcc/gmon.c
+1
-1
gcc/halfpic.c
+1
-1
gcc/halfpic.h
+1
-1
gcc/hash.c
+1
-1
gcc/hash.h
+1
-1
gcc/input.h
+1
-1
gcc/longlong.h
+1
-1
gcc/machmode.h
+1
-1
gcc/mbchar.h
+17
-1
No files found.
gcc/bitmap.h
View file @
4283012f
/* Functions to support general ended bitmaps.
/* Functions to support general ended bitmaps.
Copyright (C) 1997 Free Software Foundation, Inc.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/c-convert.c
View file @
4283012f
/* Language-level data type conversion for GNU C.
/* Language-level data type conversion for GNU C.
Copyright (C) 1987, 1988, 1991 Free Software Foundation, Inc.
Copyright (C) 1987, 1988, 1991
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/c-iterate.c
View file @
4283012f
/* Build expressions with type checking for C compiler.
/* Build expressions with type checking for C compiler.
Copyright (C) 1987, 88, 89, 92, 93, 96, 1997 Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 92, 93, 96, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/c-lex.h
View file @
4283012f
/* Define constants for communication with c-parse.y.
/* Define constants for communication with c-parse.y.
Copyright (C) 1987, 1992 Free Software Foundation, Inc.
Copyright (C) 1987, 1992
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/c-parse.c
View file @
4283012f
...
@@ -1197,7 +1197,7 @@ static const short yycheck[] = { 38,
...
@@ -1197,7 +1197,7 @@ static const short yycheck[] = { 38,
43
,
44
,
45
,
46
,
47
,
48
,
49
,
50
,
51
,
52
43
,
44
,
45
,
46
,
47
,
48
,
49
,
50
,
51
,
52
};
};
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
#line 3 "/usr/
local/gnu
/share/bison.simple"
#line 3 "/usr/
cygnus/gnupro-98r2
/share/bison.simple"
/* Skeleton output parser for bison,
/* Skeleton output parser for bison,
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
...
@@ -1390,7 +1390,7 @@ __yy_memcpy (char *to, char *from, int count)
...
@@ -1390,7 +1390,7 @@ __yy_memcpy (char *to, char *from, int count)
#endif
#endif
#endif
#endif
#line 196 "/usr/
local/gnu
/share/bison.simple"
#line 196 "/usr/
cygnus/gnupro-98r2
/share/bison.simple"
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
into yyparse. The argument should have type void *.
into yyparse. The argument should have type void *.
...
@@ -3723,7 +3723,7 @@ case 403:
...
@@ -3723,7 +3723,7 @@ case 403:
break
;}
break
;}
}
}
/* the action file gets copied in in place of this dollarsign */
/* the action file gets copied in in place of this dollarsign */
#line 498 "/usr/
local/gnu
/share/bison.simple"
#line 498 "/usr/
cygnus/gnupro-98r2
/share/bison.simple"
yyvsp
-=
yylen
;
yyvsp
-=
yylen
;
yyssp
-=
yylen
;
yyssp
-=
yylen
;
...
...
gcc/c-parse.y
View file @
4283012f
/*WARNING: This file is automatically generated!*/
/*WARNING: This file is automatically generated!*/
/* YACC parser for C syntax and for Objective C. -*-c-*-
/* YACC parser for C syntax and for Objective C. -*-c-*-
Copyright (C) 1987, 88, 89, 92-9
7, 1998
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 92-9
8, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/c-tree.h
View file @
4283012f
/* Definitions for C parsing and type checking.
/* Definitions for C parsing and type checking.
Copyright (C) 1987, 1993, 1994, 1995, 1997 Free Software Foundation, Inc.
Copyright (C) 1987, 1993, 1994, 1995, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/calls.c
View file @
4283012f
/* Convert function calls to rtl insns, for GNU C compiler.
/* Convert function calls to rtl insns, for GNU C compiler.
Copyright (C) 1989, 92-97, 1998 Free Software Foundation, Inc.
Copyright (C) 1989, 92-97, 1998
, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/collect2.h
View file @
4283012f
/* Header file for collect/tlink routines.
Copyright (C) 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC 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, or (at your option)
any later version.
GNU CC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef __COLLECT2_H__
#ifndef __COLLECT2_H__
#define __COLLECT2_H__
#define __COLLECT2_H__
...
...
gcc/configure
View file @
4283012f
This diff is collapsed.
Click to expand it.
gcc/configure.in
View file @
4283012f
# configure.in for GNU CC
# configure.in for GNU CC
# Process this file with autoconf to generate a configuration script.
# Process this file with autoconf to generate a configuration script.
# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
# Copyright (C) 1997, 1998
, 1999
Free Software Foundation, Inc.
#This file is part of GNU CC.
#This file is part of GNU CC.
...
...
gcc/cpp.texi
View file @
4283012f
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
@ifinfo
@ifinfo
This
file
documents
the
GNU
C
Preprocessor
.
This
file
documents
the
GNU
C
Preprocessor
.
Copyright
1987
,
1989
,
1991
,
1992
,
1993
,
1994
,
1995
Free
Software
Copyright
1987
,
1989
,
1991
,
1992
,
1993
,
1994
,
1995
,
1997
,
1998
Free
Software
Foundation
,
Inc
.
Foundation
,
Inc
.
Permission
is
granted
to
make
and
distribute
verbatim
copies
of
Permission
is
granted
to
make
and
distribute
verbatim
copies
of
...
...
gcc/cpphash.c
View file @
4283012f
/* Part of CPP library. (Macro hash table support.)
/* Part of CPP library. (Macro hash table support.)
Copyright (C) 1986, 87, 89, 92-95, 1996 Free Software Foundation, Inc.
Copyright (C) 1986, 87, 89, 92-95, 1996
, 1998
Free Software Foundation, Inc.
Written by Per Bothner, 1994.
Written by Per Bothner, 1994.
Based on CCCP program by Paul Rubin, June 1986
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Adapted to ANSI C, Richard Stallman, Jan 1987
...
...
gcc/cpphash.h
View file @
4283012f
/* Part of CPP library. (Macro hash table support.)
Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
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, or (at your option) any
later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for 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, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
/* different kinds of things that can appear in the value field
/* different kinds of things that can appear in the value field
of a hash node. Actually, this may be useless now. */
of a hash node. Actually, this may be useless now. */
union
hashval
{
union
hashval
{
...
...
gcc/cppmain.c
View file @
4283012f
/* CPP main program, using CPP Library.
/* CPP main program, using CPP Library.
Copyright (C) 1995, 1997 Free Software Foundation, Inc.
Copyright (C) 1995, 1997
, 1998
Free Software Foundation, Inc.
Written by Per Bothner, 1994-95.
Written by Per Bothner, 1994-95.
This program is free software; you can redistribute it and/or modify it
This program is free software; you can redistribute it and/or modify it
...
...
gcc/defaults.h
View file @
4283012f
/* Definitions of various defaults for how to do assembler output
/* Definitions of various defaults for how to do assembler output
(most of which are designed to be appropriate for GAS or for
(most of which are designed to be appropriate for GAS or for
some BSD assembler).
some BSD assembler).
Copyright (C) 1992, 1996 Free Software Foundation, Inc.
Copyright (C) 1992, 1996
, 1997, 1998
Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com)
Contributed by Ron Guilmette (rfg@monkeys.com)
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/doprint.c
View file @
4283012f
/* Provide a version _doprnt in terms of fprintf.
/* Provide a version _doprnt in terms of fprintf.
By Kaveh Ghazi (ghazi@caip.rutgers.edu) 3/29/98
Copyright (C) 1998 Free Software Foundation, Inc.
Copyright (C) 1998 Free Software Foundation, Inc.
Contributed by Kaveh Ghazi (ghazi@caip.rutgers.edu) 3/29/98
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, or (at your option) any
later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for 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, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
*/
*/
#include "config.h"
#include "config.h"
...
...
gcc/dwarfout.c
View file @
4283012f
/* Output Dwarf format symbol table information from the GNU C compiler.
/* Output Dwarf format symbol table information from the GNU C compiler.
Copyright (C) 1992, 1993,
1995, 1996, 1997
Free Software Foundation, Inc.
Copyright (C) 1992, 1993,
95-97, 1998
Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com) of Network Computing Devices.
Contributed by Ron Guilmette (rfg@monkeys.com) of Network Computing Devices.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/eh-common.h
View file @
4283012f
/* Copyright (C) 1997 Free Software Foundation, Inc.
/* EH stuff
This file is part of GNU CC. */
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
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, or (at your option) any
later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for 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, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* This file contains the structures required for the language
/* This file contains the structures required for the language
independant exception handling model. Both the static compiler and
independant exception handling model. Both the static compiler and
...
...
gcc/except.h
View file @
4283012f
/* Exception Handling interface routines.
/* Exception Handling interface routines.
Copyright (C) 1996, 1997 Free Software Foundation, Inc.
Copyright (C) 1996, 1997
, 1998
Free Software Foundation, Inc.
Contributed by Mike Stump <mrs@cygnus.com>.
Contributed by Mike Stump <mrs@cygnus.com>.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/fixinc.irix
View file @
4283012f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Install modified versions of certain problematic Irix include files.
# Install modified versions of certain problematic Irix include files.
# If possible, create a wrapper (see fixinc.wrap) instead of copying files.
# If possible, create a wrapper (see fixinc.wrap) instead of copying files.
#
#
# Copyright (C) 1997 Free Software Foundation, Inc.
# Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
# Contributed by Brendan Kehoe (brendan@cygnus.com).
# Contributed by Brendan Kehoe (brendan@cygnus.com).
#
#
# This file is part of GNU CC.
# This file is part of GNU CC.
...
...
gcc/fixinc.sco
View file @
4283012f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
# Based on fixinc.svr4 script by Ron Guilmette (rfg@ncd.com) (SCO
# Based on fixinc.svr4 script by Ron Guilmette (rfg@ncd.com) (SCO
# modifications by Ian Lance Taylor (ian@airs.com)).
# modifications by Ian Lance Taylor (ian@airs.com)).
#
#
# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
# Copyright (C) 1995, 1996, 1997
, 1998
Free Software Foundation, Inc.
#
#
# This file is part of GNU CC.
# This file is part of GNU CC.
#
#
...
...
gcc/fixinc.svr4
View file @
4283012f
#! /bin/sh
#! /bin/sh
# Install modified versions of certain ANSI-incompatible
# Install modified versions of certain ANSI-incompatible
# native System V Release 4 system include files.
# native System V Release 4 system include files.
# Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc.
# Copyright (C) 1994, 1996, 1997
, 1998
Free Software Foundation, Inc.
# Contributed by Ron Guilmette (rfg@monkeys.com).
# Contributed by Ron Guilmette (rfg@monkeys.com).
#
#
# This file is part of GNU CC.
# This file is part of GNU CC.
...
...
gcc/fixproto
View file @
4283012f
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
# fixproto TARGET-DIR SOURCE-DIR-ALL SOURCE-DIR-STD
# fixproto TARGET-DIR SOURCE-DIR-ALL SOURCE-DIR-STD
#
#
# COPYRIGHT
# COPYRIGHT
# Copyright (C) 1993, 1994 Free Software Foundation, Inc.
# Copyright (C) 1993, 1994
, 1997, 1998
Free Software Foundation, Inc.
# This file is part of GNU CC.
# This file is part of GNU CC.
#
#
# GNU CC is free software; you can redistribute it and/or modify
# GNU CC is free software; you can redistribute it and/or modify
...
...
gcc/frame.h
View file @
4283012f
/* Copyright (C) 1997 Free Software Foundation, Inc.
/* Header file for unwinding stack frames for exception handling. */
This file is part of GNU CC. */
/* Compile this one with gcc. */
/* Copyright (C) 1997, 1998 Free Software Foundation, Inc.
Contributed by Jason Merrill <jason@cygnus.com>.
This file is part of GNU CC.
GNU CC 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, or (at your option)
any later version.
GNU CC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
typedef
struct
frame_state
typedef
struct
frame_state
{
{
...
...
gcc/gcov-io.h
View file @
4283012f
/* Machine-independent I/O routines for gcov.
/* Machine-independent I/O routines for gcov.
Copyright (C) 1996, 1997 Free Software Foundation, Inc.
Copyright (C) 1996, 1997
, 1998
Free Software Foundation, Inc.
Contributed by Bob Manson <manson@cygnus.com>.
Contributed by Bob Manson <manson@cygnus.com>.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/gencodes.c
View file @
4283012f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
- some macros CODE_FOR_... giving the insn_code_number value
- some macros CODE_FOR_... giving the insn_code_number value
for each of the defined standard insn names.
for each of the defined standard insn names.
Copyright (C) 1987, 1991, 1995 Free Software Foundation, Inc.
Copyright (C) 1987, 1991, 1995
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/gengenrtl.c
View file @
4283012f
/* Generate code to allocate RTL structures.
/* Generate code to allocate RTL structures.
Copyright (C) 1997 Free Software Foundation, Inc.
Copyright (C) 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/global.c
View file @
4283012f
/* Allocate registers for pseudo-registers that span basic blocks.
/* Allocate registers for pseudo-registers that span basic blocks.
Copyright (C) 1987, 88, 91, 94, 96, 1997 Free Software Foundation, Inc.
Copyright (C) 1987, 88, 91, 94, 96, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/gmon.c
View file @
4283012f
/*-
/*-
* Copyright (c) 1991 The Regents of the University of California.
* Copyright (c) 1991
, 1998
The Regents of the University of California.
* All rights reserved.
* All rights reserved.
*
*
* Redistribution and use in source and binary forms, with or without
* Redistribution and use in source and binary forms, with or without
...
...
gcc/halfpic.c
View file @
4283012f
/* OSF/rose half-pic support functions.
/* OSF/rose half-pic support functions.
Copyright (C) 1992, 1997 Free Software Foundation, Inc.
Copyright (C) 1992, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/halfpic.h
View file @
4283012f
/* OSF/rose half-pic support definitions.
/* OSF/rose half-pic support definitions.
Copyright (C) 1992, 1996, 1997 Free Software Foundation, Inc.
Copyright (C) 1992, 1996, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/hash.c
View file @
4283012f
/* hash.c -- hash table routines
/* hash.c -- hash table routines
Copyright (C) 1993,
94
Free Software Foundation, Inc.
Copyright (C) 1993,
1994, 1998
Free Software Foundation, Inc.
Written by Steve Chamberlain <sac@cygnus.com>
Written by Steve Chamberlain <sac@cygnus.com>
This file was lifted from BFD, the Binary File Descriptor library.
This file was lifted from BFD, the Binary File Descriptor library.
...
...
gcc/hash.h
View file @
4283012f
/* Header file for generic hash table support.
/* Header file for generic hash table support.
Copyright (C) 1993,
94
Free Software Foundation, Inc.
Copyright (C) 1993,
1994, 1997, 1998
Free Software Foundation, Inc.
Written by Steve Chamberlain <sac@cygnus.com>
Written by Steve Chamberlain <sac@cygnus.com>
This file was lifted from BFD, the Binary File Descriptor library.
This file was lifted from BFD, the Binary File Descriptor library.
...
...
gcc/input.h
View file @
4283012f
/* Declarations for variables relating to reading the source file.
/* Declarations for variables relating to reading the source file.
Used by parsers, lexical analyzers, and error message routines.
Used by parsers, lexical analyzers, and error message routines.
Copyright (C) 1993, 1997 Free Software Foundation, Inc.
Copyright (C) 1993, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/longlong.h
View file @
4283012f
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
/* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
Copyright (C) 1991, 92, 94, 95, 96, 1997 Free Software Foundation, Inc.
Copyright (C) 1991, 92, 94, 95, 96, 1997
, 1998
Free Software Foundation, Inc.
This definition file is free software; you can redistribute it
This definition file is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public
and/or modify it under the terms of the GNU General Public
...
...
gcc/machmode.h
View file @
4283012f
/* Machine mode definitions for GNU C-Compiler; included by rtl.h and tree.h.
/* Machine mode definitions for GNU C-Compiler; included by rtl.h and tree.h.
Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc.
Copyright (C) 1991, 1993, 1994, 1996
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/mbchar.h
View file @
4283012f
/* mbchar.h - Various declarations for functions found in mbchar.c
/* mbchar.h - Various declarations for functions found in mbchar.c
Copyright (C) 1998 Free Software Foundation, Inc.
Copyright (C) 1998 Free Software Foundation, Inc.
*/
This file is part of GNU CC.
GNU CC 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, or (at your option)
any later version.
GNU CC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#ifndef __GCC_MBCHAR_H__
#ifndef __GCC_MBCHAR_H__
#define __GCC_MBCHAR_H__
#define __GCC_MBCHAR_H__
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment