Home
last modified time | relevance | path

Searched refs:m68k_comment_chars (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-m68k.h90 #define tc_comment_chars m68k_comment_chars
91 extern const char *m68k_comment_chars;
Dtc-m68k.c45 const char *m68k_comment_chars = "|#"; variable
47 const char *m68k_comment_chars = "|"; variable
7211 n = (char *) xmalloc (strlen (m68k_comment_chars) + 1); in md_parse_option()
7213 for (s = m68k_comment_chars; *s != '\0'; s++) in md_parse_option()
7217 m68k_comment_chars = n; in md_parse_option()