Browse Source

tools: fix comment in template.

It's (usually) a .csv not an _csv file.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
bump-pyln-proto
Rusty Russell 4 years ago
parent
commit
dc8458d1e2
  1. 2
      tools/gen/impl_template
  2. 2
      tools/gen/print_header_template
  3. 2
      tools/gen/print_impl_template

2
tools/gen/impl_template

@ -1,5 +1,5 @@
/* This file was generated by generate-wire.py */ /* This file was generated by generate-wire.py */
/* Do not modify this file! Modify the _csv file it was generated from. */ /* Do not modify this file! Modify the .csv file it was generated from. */
/* Original template can be found at tools/gen/impl_template */ /* Original template can be found at tools/gen/impl_template */
#include <${header_filename}> #include <${header_filename}>

2
tools/gen/print_header_template

@ -1,5 +1,5 @@
/* This file was generated by generate-wire.py */ /* This file was generated by generate-wire.py */
/* Do not modify this file! Modify the _csv file it was generated from. */ /* Do not modify this file! Modify the .csv file it was generated from. */
/* Template located at tools/gen/print_header_template */ /* Template located at tools/gen/print_header_template */
#ifndef LIGHTNING_${idem} #ifndef LIGHTNING_${idem}
#define LIGHTNING_${idem} #define LIGHTNING_${idem}

2
tools/gen/print_impl_template

@ -1,5 +1,5 @@
/* This file was generated by generate-wire.py */ /* This file was generated by generate-wire.py */
/* Do not modify this file! Modify the _csv file it was generated from. */ /* Do not modify this file! Modify the .csv file it was generated from. */
#include "${options.header_filename}" #include "${options.header_filename}"
#include <ccan/array_size/array_size.h> #include <ccan/array_size/array_size.h>

Loading…
Cancel
Save