PERFORCE change 231232 for review

Jonathan Anderson jonathan at FreeBSD.org
Wed Jul 17 21:35:05 UTC 2013


http://p4web.freebsd.org/@@231232?ac=10

Change 231232 by jonathan at jonathan-on-joe on 2013/07/17 21:34:55

	Sync latest TESLA parts from GitHub (commit 829723).

Affected files ...

.. //depot/projects/ctsrd/tesla/src/sys/contrib/tesla/include/tesla.h#4 edit

Differences ...

==== //depot/projects/ctsrd/tesla/src/sys/contrib/tesla/include/tesla.h#4 (text+ko) ====

@@ -62,11 +62,9 @@
  *  * a counter to ensure uniqueness (__COUNTER__)
  *  * the TESLA context (per-thread or global)
  */
-inline void
+void
 __tesla_inline_assertion(const char *filename, int line, int count,
-	__tesla_locality *loc, ...)
-{
-}
+	__tesla_locality *loc, ...);
 
 
 /* Only define the following things if doing TESLA analysis, not compiling. */
@@ -135,6 +133,9 @@
 struct __tesla_event* __tesla_optional(__tesla_event*, ...);
 
 /** A value that could match a lot of function parameters. Maybe anything? */
+#ifdef __OBJC__
+id		__tesla_any_id();
+#endif
 void*		__tesla_any_ptr();
 int		__tesla_any_int();
 long		__tesla_any_long();


More information about the p4-projects mailing list