Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 271 B view raw
1diff --git a/src/m_pd.h b/src/m_pd.h 2index c658fa5..a3a506c 100644 3--- a/src/m_pd.h 4+++ b/src/m_pd.h 5@@ -8,6 +8,8 @@ 6 extern "C" { 7 #endif 8 9+extern void error(const char* fmt, ...); 10+ 11 #define PD_MAJOR_VERSION 0 12 #define PD_MINOR_VERSION 54 13 #define PD_BUGFIX_VERSION 1