public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/genhooks-sphinx-v2)] Emit placeholders.
@ 2021-06-07 13:38 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-06-07 13:38 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:c73acf1b14b8b9fc35b855de718a7611c2f1920a

commit c73acf1b14b8b9fc35b855de718a7611c2f1920a
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Jun 7 15:37:46 2021 +0200

    Emit placeholders.

Diff:
---
 gcc/genhooks.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/genhooks.c b/gcc/genhooks.c
index ebe0d0954e6..29d53b63ba7 100644
--- a/gcc/genhooks.c
+++ b/gcc/genhooks.c
@@ -232,6 +232,7 @@ emit_documentation (const char *in_fname)
 			  deftype, hook_array[j].docname,
 			  hook_array[j].type, namex);
 		}
+	      printf ("\nxxxHOOK:%s", hook_array[i].name);
 	      if (hook_array[i].doc[0])
 		{
 		  printf ("\n");
@@ -245,6 +246,7 @@ emit_documentation (const char *in_fname)
 		    }
 		  printf ("\n@end %s", deftype);
 		}
+	      printf ("\nyyyHOOK");
 	    }
 	  if (++i >= (int) (sizeof hook_array / sizeof hook_array[0])
 	      || !hook_array[i].doc)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-07 13:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 13:38 [gcc(refs/users/marxin/heads/genhooks-sphinx-v2)] Emit placeholders Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).