| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 32e068a commit 3eb02b6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -203,6 +203,7 @@ (%) | |||
| 203 | 203 | my $start_of_cert = 0; | |
| 204 | 204 | ||
| 205 | 205 | open(TXT,"$txt") or die "Couldn't open $txt: $!\n"; | |
| 206 | + print CRT "#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS\n"; | ||
| 206 | 207 | while (<TXT>) { | |
| 207 | 208 | if (/\*\*\*\*\* BEGIN LICENSE BLOCK \*\*\*\*\*/) { | |
| 208 | 209 | print CRT; | |
@@ -310,6 +311,7 @@ (%) | |||
| 310 | 311 | } | |
| 311 | 312 | } | |
| 312 | 313 | } | |
| 314 | + print CRT "#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS\n"; | ||
| 313 | 315 | close(TXT) or die "Couldn't close $txt: $!\n"; | |
| 314 | 316 | close(CRT) or die "Couldn't close $crt.~: $!\n"; | |
| 315 | 317 | unless( $stdout ) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments