This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository enlightenment.

View the commit online.

commit 5310d5c37c57c23afd08ecb93b264c8f93797579
Author: Carsten Haitzler <[email protected]>
AuthorDate: Mon Jun 29 08:45:08 2026 +0100

    add l.h - forgot. oops!
---
 src/bin/l.h | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/bin/l.h b/src/bin/l.h
new file mode 100644
index 000000000..301e01b25
--- /dev/null
+++ b/src/bin/l.h
@@ -0,0 +1,13 @@
+#ifndef L_H
+#define L_H
+
+#include <stdio.h>
+
+#include <Ecore.h>
+
+#define L(fmt, args...) \
+   do { \
+     fprintf(stderr, "[%1.5f] " fmt "\n", ecore_time_get(), ##args); \
+   } while (0)
+
+#endif

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to