Mercurial > hg > CbC > CbC_xv6
comparison src/impl/fs_impl.cbc @ 295:29841ed2e11c
tweak
author | menikon |
---|---|
date | Wed, 29 Jan 2020 16:15:20 +0900 |
parents | 08a367c3124a |
children | 2fcabbf8ceda |
comparison
equal
deleted
inserted
replaced
294:08a367c3124a | 295:29841ed2e11c |
---|---|
1 #include "../context.h" | 1 #include "../../context.h" |
2 #interface "fs.h" | 2 #interface "fs.dg" |
3 | 3 |
4 // ---- | 4 // ---- |
5 // typedef struct fs_impl<Impl, Isa> impl fs{ | 5 // typedef struct fs_impl<Impl, Isa> impl fs{ |
6 // union Data* fs_impl; | 6 // union Data* fs_impl; |
7 // | 7 // |