]> andersk Git - moira.git/blobdiff - gdb/gdb_stype.c
Case-insensitive stuff.
[moira.git] / gdb / gdb_stype.c
index 92fc4ca82c066f89ef2badc2092ef5b0ff11de3d..ba7da0fca437a4ee8286614fe9be1a896ac9e8f6 100644 (file)
@@ -35,6 +35,8 @@ static char *rcsid_gdb_stype_c = "$Header$";
 /*     
 /*     Author: Noah Mendelsohn
 /*     Copyright: 1986 MIT Project Athena 
+/*             For copying and distribution information, please see
+/*             the file <mit-copyright.h>.
 /*     
 /*     This file initializes the definitions for all system defined
 /*     data types, and it includes the type specific semantic routines
@@ -58,6 +60,7 @@ static char *rcsid_gdb_stype_c = "$Header$";
 /*     
 /************************************************************************/
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <strings.h>
 #include "gdb.h"
@@ -110,6 +113,7 @@ char *dp;                                   /* pointer to the data */
        /*----------------------------------------------------------*/
 
 
+/*ARGSUSED*/
 int
 g_in_cdlen(dp,hcon)
 char *dp;                                      /* pointer to the data */
@@ -126,6 +130,7 @@ HALF_CONNECTION hcon;
        /*      
        /*----------------------------------------------------------*/
 
+/*ARGSUSED*/
 int
 g_in_enc(dp, hcon, outp)
 char *dp;                                      /* pointer to data */
@@ -166,6 +171,7 @@ char *outp;                                 /* place to put the output */
        /*      
        /*----------------------------------------------------------*/
 
+/*ARGSUSED*/
 int
 g_in_dec(outp, hcon, inp)
 char *inp;                                     /* pointer to data */
@@ -441,6 +447,7 @@ char *dp;                                   /* pointer to the data */
        /*----------------------------------------------------------*/
 
 
+/*ARGSUSED*/
 int
 g_rl_cdlen(dp,hcon)
 char *dp;                                      /* pointer to the data */
@@ -457,6 +464,7 @@ HALF_CONNECTION hcon;
        /*      
        /*----------------------------------------------------------*/
 
+/*ARGSUSED*/
 int
 g_rl_enc(dp, hcon, outp)
 char *dp;                                      /* pointer to data */
@@ -497,6 +505,7 @@ char *outp;                                 /* place to put the output */
        /*      
        /*----------------------------------------------------------*/
 
+/*ARGSUSED*/
 int
 g_rl_dec(outp, hcon, inp)
 char *inp;                                     /* pointer to data */
@@ -574,6 +583,7 @@ char *dp;                                   /* pointer to the data */
        /*----------------------------------------------------------*/
 
 
+/*ARGSUSED*/
 int
 g_dt_cdlen(dp,hcon)
 char *dp;                                      /* pointer to the data */
@@ -590,6 +600,7 @@ HALF_CONNECTION hcon;
        /*      
        /*----------------------------------------------------------*/
 
+/*ARGSUSED*/
 int
 g_dt_enc(dp, hcon, outp)
 char *dp;                                      /* pointer to data */
@@ -619,6 +630,7 @@ char *outp;                                 /* place to put the output */
        /*      
        /*----------------------------------------------------------*/
 
+/*ARGSUSED*/
 int
 g_dt_dec(outp, hcon, inp)
 char *inp;                                     /* pointer to data */
This page took 0.045242 seconds and 4 git commands to generate.