8000 Some renamings · postgrespro/libblobstamper@a0638cd · GitHub
[go: up one dir, main page]

Skip to content

Commit a0638cd

Browse files
Some renamings
1 parent a7f12af commit a0638cd

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ all: test cpp_test
1414
test: $(LIB_OBJS) test.o
1515
$(CC) $(LDFLAGS) $^ -o $@ $(LDLIBS)
1616

17-
cpp_test: $(LIB_OBJS) cpp_test.o libwaffleizer.o
17+
cpp_test: $(LIB_OBJS) cpp_test.o libblobstamper.o
1818
$(CXX) $(LDFLAGS) $^ -o $@ $(LDLIBS)
1919

2020
%.o: %.cpp $(DEPS)

cpp_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#include <string>
66

7-
#include "libwaffleizer.h"
7+
#include "libblobstamper.h"
88

99

1010
char blob_data[]="aaalkjdhfs89345yu3ifhjew;lkhf4;lt;o34ithp;eriuwtgp;etup568p34tuewritwe;rtgj;ewoty;4w85tyeihwritgzzz";

libwaffleizer.cpp renamed to libblobstamper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#include <string>
66

7-
#include "libwaffleizer.h"
7+
#include "libblobstamper.h"
88

99
wflMemCtx static_ctx;
1010

File renamed without changes.

0 commit comments

Comments
 (0)
0