X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flibpspp%2Fmessage.h;h=a99b0818e3438fd6514be202a46c3d6e0f6f8185;hb=4ae5f1b099bc4de1f59898bc609e34dcb722b39c;hp=6cfbde7c5019ba2740a01c80bde5266edc7b06fc;hpb=44c7a157afd05dace564c39e73a257c2758263b0;p=pspp diff --git a/src/libpspp/message.h b/src/libpspp/message.h index 6cfbde7c50..a99b0818e3 100644 --- a/src/libpspp/message.h +++ b/src/libpspp/message.h @@ -74,7 +74,7 @@ msg_class_from_category_and_severity (enum msg_category category, struct msg_location { - char *file_name; /* Name of file containing error, or NULL. */ + const char *file_name; /* Interned file name, or NULL. */ int first_line; /* 1-based line number, or 0 if none. */ int last_line; /* 1-based exclusive last line (0=none). */ int first_column; /* 1-based first column, or 0 if none. */