diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-11-07 13:49:08 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-01-13 09:57:01 +0900 |
commit | 2e38b3effbe2f747da4c6059ff74d59a212c3864 (patch) | |
tree | fce9762f1a1f4b7c2055bc5660ed76e93f129a0a | |
parent | 4180036f48160ecabf09ba7a51abda9becc93d2d (diff) |
Update probes.h by incs
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12563
-rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1272,7 +1272,7 @@ incs: $(INSNS) {$(VPATH)}node_name.inc {$(VPATH)}known_errors.inc \ $(REVISION_H) \ $(UNICODE_DATA_HEADERS) $(ENC_HEADERS) \ $(srcs_vpath)prism/ast.h $(srcs_vpath)prism/diagnostic.h \ - {$(VPATH)}id.h {$(VPATH)}probes.dmyh + {$(VPATH)}id.h {$(VPATH)}probes.dmyh {$(VPATH)}probes.h insns: $(INSNS) |