Skip to content

Commit a23e87e

Browse files
committed
Fix README markdown.
1 parent 1026ad4 commit a23e87e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,11 +334,13 @@ There are three packages you want to get hold of: zlib, jpeg and pthreads.
334334
The latter is not strictly necessary, but when you put something like this
335335
into your source:
336336

337+
```
337338
#define MUTEX(s)
338339
struct {
339340
int something;
340341
MUTEX(latex);
341342
}
343+
```
342344

343345
Microsoft's C++ compiler doesn't do it. It complains that this is an error.
344346
This, however, is how I implemented mutexes in case you don't need pthreads,

0 commit comments

Comments
 (0)